cicd
This commit is contained in:
parent
2c89119092
commit
5f3e14f557
4 changed files with 318 additions and 583 deletions
|
|
@ -13,7 +13,7 @@ build:
|
|||
- echo "VERSION=$VERSION" >> variables.env
|
||||
- export APPNAME=$(node -e "console.log(require('./package.json').productName)")
|
||||
- echo "APPNAME=$APPNAME" >> variables.env
|
||||
- yarn build
|
||||
- yarn electron:build --macos dmg
|
||||
artifacts:
|
||||
reports:
|
||||
dotenv: variables.env
|
||||
|
|
|
|||
Loading…
Reference in a new issue