From ba2e28b59b9ab5aa17aab3027bdbe6dd5449157f Mon Sep 17 00:00:00 2001 From: hndrk <51416554+hendriknielaender@users.noreply.github.com> Date: Sat, 27 Jul 2024 20:10:13 +0200 Subject: [PATCH] chore: upload zip artifacts --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 970c8b9..98a0482 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: - name: Create and Upload Release uses: ncipollo/release-action@v1 with: - artifacts: "artifacts/*.tar.gz" + artifacts: "artifacts/*.tar.gz,artifacts/*.zip" artifactErrorsFailBuild: true generateReleaseNotes: true tag: ${{ github.ref }}