From 9a849474bd425d390aba6c11aada2e66ccca395f Mon Sep 17 00:00:00 2001 From: Andrew Gundersen Date: Tue, 13 Apr 2021 19:42:12 -0500 Subject: [PATCH] cicd --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.43.0