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