From cd62c0b8ea261e95fe880b6a197c9df4879e6a19 Mon Sep 17 00:00:00 2001 From: Carlos Valente <34649812+cpvalente@users.noreply.github.com> Date: Fri, 11 Jun 2021 22:35:57 +0200 Subject: [PATCH] Update autobuild.yml still.... --- .github/workflows/autobuild.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 1ca4a8725..12481277f 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -19,8 +19,6 @@ jobs: build: # The type of runner that the job will run on runs-on: windows-latest - env: - CI: '' # Steps represent a sequence of tasks that will be executed as part of the job steps: @@ -37,7 +35,7 @@ jobs: run: yarn install working-directory: ./client - name: Build React App - run: yarn build + run: CI='' yarn build working-directory: ./client # install and build electron @@ -45,7 +43,7 @@ jobs: run: yarn install working-directory: ./server - name: Build Electron App - run: yarn dist-win + run: CI='' yarn dist-win working-directory: ./server # handle artifact