Split macOs and Windows builders

This commit is contained in:
jeffvli 2024-05-06 22:31:22 -07:00
parent 6858485e41
commit 58484b87f4
2 changed files with 41 additions and 2 deletions

View file

@ -1,4 +1,4 @@
name: Publish Windows and macOS (Manual)
name: Publish macOS (Manual)
on: workflow_dispatch
@ -35,5 +35,5 @@ jobs:
command: |
npm run postinstall
npm run build
npm exec electron-builder -- --publish always --win --mac
npm exec electron-builder -- --publish always --mac
on_retry_command: npm cache clean --force