Skip to content

Commit

Permalink
Refactor build command in windows-build.yml: Update electron-builder …
Browse files Browse the repository at this point in the history
…options
  • Loading branch information
minai621 committed Oct 18, 2024
1 parent 930619b commit c12789e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build Electron App and Create NSIS Installer
run: |
pnpm run build && pnpx electron-builder --publish always
pnpm run build && pnpx electron-builder --win --publish always
working-directory: ./native
env:
GH_TOKEN: ${{ secrets.github_token }}
Expand Down

0 comments on commit c12789e

Please sign in to comment.