cicd
This commit is contained in:
parent
5f3e14f557
commit
0eb6c654d9
2 changed files with 4 additions and 4 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 electron:build --macos dmg
|
||||
- yarn electron:build --macos dmg # specify platform
|
||||
artifacts:
|
||||
reports:
|
||||
dotenv: variables.env
|
||||
|
|
|
|||
Loading…
Reference in a new issue