mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
Split macOs and Windows builders
This commit is contained in:
parent
6858485e41
commit
58484b87f4
2 changed files with 41 additions and 2 deletions
4
.github/workflows/publish-macos.yml
vendored
4
.github/workflows/publish-macos.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue