We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d1ad33 commit e79af76Copy full SHA for e79af76
.github/workflows/publish-qcw-release.yml
@@ -78,7 +78,7 @@ jobs:
78
with:
79
name: ${{ inputs.release_name }}
80
prerelease: "true"
81
- artifacts: "qcw/**/*.exe,qcw/**/*.wsl,qcw/*.sha256,qcw/*.sha512"
+ artifacts: "qcw/**/*.exe,qcw/**/*.wsl,qcw/**/*.zip,qcw/*.sha256,qcw/*.sha512"
82
bodyFile: "release.template.md"
83
tag: ${{ inputs.release_tag }}
84
commit: "main"
0 commit comments