diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ca677b1..3661985 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,8 @@ 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 # specify platform + - export + - yarn electron:build --macos dmg artifacts: reports: dotenv: variables.env