mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-18 20:47:51 +00:00
Fix CCI with --publish always
This commit is contained in:
parent
7a4c882c16
commit
905b33af1b
@ -49,12 +49,12 @@ jobs:
|
||||
pip3 install -r scripts/requirements.txt
|
||||
python3 scripts/build.py download
|
||||
python3 scripts/build.py build_exe -b dist/exe.gns3server -s
|
||||
python3 scripts/build.py validate -b dist --publish always
|
||||
python3 scripts/build.py validate -b dist
|
||||
|
||||
- run:
|
||||
name: Dist project
|
||||
command: |
|
||||
yarn electron-builder --mac --x64
|
||||
yarn electron-builder --mac --x64 --publish always
|
||||
|
||||
- run:
|
||||
name: Gather artifacts
|
||||
|
Loading…
Reference in New Issue
Block a user