testing build

This commit is contained in:
riqo 2021-04-13 08:02:56 -05:00
commit 62a4311828

View file

@ -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'