We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f91c5e6 commit 1678accCopy full SHA for 1678acc
1 file changed
.github/workflows/publish.yml
@@ -72,7 +72,7 @@ jobs:
72
uses: softprops/action-gh-release@v2
73
with:
74
files: |
75
- dist/*.exe
76
- dist/*.msi
+ out/make/squirrel.windows/**/*.exe
+ out/make/msi/**/*.msi
77
env:
78
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments