Merge pull request #1897 from Steveice10/main

Update release action artifact glob.
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index 5102796..95a0740 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -125,5 +125,5 @@
       - name: Create Release
         uses: ncipollo/release-action@v1
         with:
-          artifacts: "MoltenVK/*"
+          artifacts: "MoltenVK*/*"
           artifactErrorsFailBuild: true