Skip to content

Commit

Permalink
Fix release publishing (adding .zip files)
Browse files Browse the repository at this point in the history
  • Loading branch information
arixmkii committed Jan 29, 2025
1 parent 7d1ad33 commit e79af76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-qcw-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit e79af76

Please sign in to comment.