ok
This commit is contained in:
parent
0ddc9d614e
commit
96001a9ffb
1 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ jobs:
|
|||
- image: electronuserland/builder:wine
|
||||
steps:
|
||||
- attach_workspace:
|
||||
at: ~/Cider
|
||||
at: ~/project
|
||||
- run:
|
||||
name: Generate Builds (Windows)
|
||||
command: yarn electron-builder -w --x64 -p never
|
||||
|
@ -101,7 +101,7 @@ jobs:
|
|||
- image: electronuserland/builder:wine
|
||||
steps:
|
||||
- attach_workspace:
|
||||
at: ~/Cider
|
||||
at: ~/project
|
||||
- run:
|
||||
name: Generate Builds (Winget)
|
||||
command: yarn electron-builder --win -c winget.json -p never
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue