From: Andrew Gundersen Date: Wed, 14 Apr 2021 00:42:12 +0000 (-0500) Subject: cicd X-Git-Tag: v0.9.3~5 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=9a849474bd425d390aba6c11aada2e66ccca395f;p=mime-chat cicd --- 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