From 0618c43070fca5582eeb562058d9373fedc35389 Mon Sep 17 00:00:00 2001 From: Steveice10 <1269164+Steveice10@users.noreply.github.com> Date: Wed, 10 May 2023 23:18:05 -0700 Subject: [PATCH] Update release action artifact glob. --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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