From 62a431182813b53ab6381bf7ac321ef1cf8942ca Mon Sep 17 00:00:00 2001 From: riqo Date: Tue, 13 Apr 2021 08:02:56 -0500 Subject: [PATCH] testing build --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 656b148..2deff91 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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' -- 2.43.0