cicd
This commit is contained in:
parent
0eb6c654d9
commit
9a849474bd
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,8 @@ build:
|
||||||
- echo "VERSION=$VERSION" >> variables.env
|
- echo "VERSION=$VERSION" >> variables.env
|
||||||
- export APPNAME=$(node -e "console.log(require('./package.json').productName)")
|
- export APPNAME=$(node -e "console.log(require('./package.json').productName)")
|
||||||
- echo "APPNAME=$APPNAME" >> variables.env
|
- echo "APPNAME=$APPNAME" >> variables.env
|
||||||
- yarn electron:build --macos dmg # specify platform
|
- export
|
||||||
|
- yarn electron:build --macos dmg
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
dotenv: variables.env
|
dotenv: variables.env
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue