We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a378a2 commit 39cd451Copy full SHA for 39cd451
1 file changed
.github/workflows/release.yml
@@ -308,8 +308,12 @@ jobs:
308
tag_name: ${{ needs.prepare.outputs.version }}
309
name: win-witr ${{ needs.prepare.outputs.version }}
310
body: ${{ needs.prepare.outputs.notes }}
311
- files: artifacts/*.exe
+ files: |
312
+ artifacts/win-witr-x64/win-witr-x64.exe
313
+ artifacts/win-witr-x86/win-witr-x86.exe
314
+ artifacts/win-witr-arm64/win-witr-arm64.exe
315
draft: false
316
prerelease: true
317
+ fail_on_unmatched_files: true
318
env:
319
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments