Update release action artifact glob.

This commit is contained in:
Steveice10 2023-05-10 23:18:05 -07:00
parent dd5faf2135
commit 0618c43070

View File

@ -125,5 +125,5 @@ jobs:
- name: Create Release
uses: ncipollo/release-action@v1
with:
artifacts: "MoltenVK/*"
artifacts: "MoltenVK*/*"
artifactErrorsFailBuild: true