testing build
This commit is contained in:
parent
f66c9ccfc2
commit
62a4311828
1 changed files with 2 additions and 2 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
|
||||
- npm run build
|
||||
- yarn build
|
||||
artifacts:
|
||||
reports:
|
||||
dotenv: variables.env
|
||||
|
|
@ -22,7 +22,7 @@ build:
|
|||
- $CI_PROJECT_DIR/dist/*.*
|
||||
when: on_success
|
||||
only:
|
||||
- master
|
||||
- main
|
||||
|
||||
variables:
|
||||
WIN_BINARY: '${APPNAME}-${VERSION}.exe'
|
||||
|
|
|
|||
Loading…
Reference in a new issue