Skip to content

Commit

Permalink
Update build-packages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmerAL committed Aug 31, 2024
1 parent f83db40 commit ca5e965
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
- os: windows-latest
cmd: npm run buildWindows
artifact: windows-package
path: dist/app/*.zip
path: |
dist/app/*.zip
dist/app/*.exe
- os: macos-13
env:
SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
Expand Down

0 comments on commit ca5e965

Please sign in to comment.