Skip to content

Commit e79af76

Browse files
committed
Fix release publishing (adding .zip files)
1 parent 7d1ad33 commit e79af76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-qcw-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
name: ${{ inputs.release_name }}
8080
prerelease: "true"
81-
artifacts: "qcw/**/*.exe,qcw/**/*.wsl,qcw/*.sha256,qcw/*.sha512"
81+
artifacts: "qcw/**/*.exe,qcw/**/*.wsl,qcw/**/*.zip,qcw/*.sha256,qcw/*.sha512"
8282
bodyFile: "release.template.md"
8383
tag: ${{ inputs.release_tag }}
8484
commit: "main"

0 commit comments

Comments
 (0)