Update autobuild.yml

still....
This commit is contained in:
Carlos Valente
2021-06-11 22:35:57 +02:00
committed by GitHub
parent 9da62a2674
commit cd62c0b8ea
+2 -4
View File
@@ -19,8 +19,6 @@ jobs:
build: build:
# The type of runner that the job will run on # The type of runner that the job will run on
runs-on: windows-latest runs-on: windows-latest
env:
CI: ''
# Steps represent a sequence of tasks that will be executed as part of the job # Steps represent a sequence of tasks that will be executed as part of the job
steps: steps:
@@ -37,7 +35,7 @@ jobs:
run: yarn install run: yarn install
working-directory: ./client working-directory: ./client
- name: Build React App - name: Build React App
run: yarn build run: CI='' yarn build
working-directory: ./client working-directory: ./client
# install and build electron # install and build electron
@@ -45,7 +43,7 @@ jobs:
run: yarn install run: yarn install
working-directory: ./server working-directory: ./server
- name: Build Electron App - name: Build Electron App
run: yarn dist-win run: CI='' yarn dist-win
working-directory: ./server working-directory: ./server
# handle artifact # handle artifact