Skip to content

Commit ca5e965

Browse files
committed
Update build-packages.yml
1 parent f83db40 commit ca5e965

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-packages.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
- os: windows-latest
1818
cmd: npm run buildWindows
1919
artifact: windows-package
20-
path: dist/app/*.zip
20+
path: |
21+
dist/app/*.zip
22+
dist/app/*.exe
2123
- os: macos-13
2224
env:
2325
SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk

0 commit comments

Comments
 (0)