Merge pull request #1897 from Steveice10/main

Update release action artifact glob.
This commit is contained in:
Bill Hollings 2023-05-11 13:38:40 -04:00 committed by GitHub
commit c893a0380a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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