We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe7f4cc + 9c61218 commit 5135d90Copy full SHA for 5135d90
1 file changed
.github/workflows/windows-build.yml
@@ -53,8 +53,8 @@ jobs:
53
prerelease: false
54
draft: false
55
files: |
56
- dist/**/*.exe
57
- dist/**/*.blockmap
+ dist/*Setup*.exe
+ dist/*Setup*.exe.blockmap
58
env:
59
GITHUB_TOKEN: ${{ secrets.GH_TOKEN != '' && secrets.GH_TOKEN || secrets.GITHUB_TOKEN }}
60
@@ -64,5 +64,5 @@ jobs:
64
with:
65
name: windows-installer-${{ steps.version.outputs.tag }}
66
path: |
67
68
0 commit comments