Skip to content

Commit 1678acc

Browse files
authored
Update publish.yml
reconfigured paths for windows
1 parent f91c5e6 commit 1678acc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
uses: softprops/action-gh-release@v2
7373
with:
7474
files: |
75-
dist/*.exe
76-
dist/*.msi
75+
out/make/squirrel.windows/**/*.exe
76+
out/make/msi/**/*.msi
7777
env:
7878
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)