From e79af7628201849f7da772211f2e205e09ce7294 Mon Sep 17 00:00:00 2001 From: Arthur Sengileyev Date: Wed, 29 Jan 2025 18:20:04 +0200 Subject: [PATCH] Fix release publishing (adding .zip files) --- .github/workflows/publish-qcw-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-qcw-release.yml b/.github/workflows/publish-qcw-release.yml index 71a9306..8f8ddd1 100644 --- a/.github/workflows/publish-qcw-release.yml +++ b/.github/workflows/publish-qcw-release.yml @@ -78,7 +78,7 @@ jobs: with: name: ${{ inputs.release_name }} prerelease: "true" - artifacts: "qcw/**/*.exe,qcw/**/*.wsl,qcw/*.sha256,qcw/*.sha512" + artifacts: "qcw/**/*.exe,qcw/**/*.wsl,qcw/**/*.zip,qcw/*.sha256,qcw/*.sha512" bodyFile: "release.template.md" tag: ${{ inputs.release_tag }} commit: "main"