Skip to content

Commit 923eda9

Browse files
committed
zip release
1 parent 6c1adc2 commit 923eda9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@ jobs:
3232

3333
- name: Package for macOS
3434
if: matrix.os == 'macos-latest'
35-
run: npm run package:mac
35+
run: npx electron-builder --mac zip
3636
env:
3737
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838

3939
- name: Package for Windows
4040
if: matrix.os == 'windows-latest'
41-
run: npm run package:win
41+
run: npx electron-builder --win portable
4242
env:
4343
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444

4545
- name: Package for Linux
4646
if: matrix.os == 'ubuntu-latest'
47-
run: npm run package:linux
47+
run: npx electron-builder --linux AppImage
4848
env:
4949
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050

0 commit comments

Comments
 (0)