Add Winget building to CircleCI artifacts (#522)
* Add config for winget electron builder * add winget build run in circleCI * add winget building in scripts
This commit is contained in:
parent
5a160068cf
commit
b09ec0100a
3 changed files with 47 additions and 0 deletions
|
@ -56,6 +56,11 @@ jobs:
|
|||
command: yarn dist -w --x64 -p never
|
||||
post-steps:
|
||||
- jira/notify
|
||||
- run:
|
||||
name: Generate Builds (Winget)
|
||||
command: yarn winget -p never
|
||||
post-steps:
|
||||
- jira/notify
|
||||
- run:
|
||||
name: Move Build Files
|
||||
command: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue