Update autobuild.yml

...
This commit is contained in:
Carlos Valente
2021-06-11 22:55:06 +02:00
committed by GitHub
parent cd62c0b8ea
commit e8fdf64ebf
+4 -2
View File
@@ -19,6 +19,8 @@ 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:
@@ -35,7 +37,7 @@ jobs:
run: yarn install
working-directory: ./client
- name: Build React App
run: CI='' yarn build
run: yarn build
working-directory: ./client
# install and build electron
@@ -43,7 +45,7 @@ jobs:
run: yarn install
working-directory: ./server
- name: Build Electron App
run: CI='' yarn dist-win
run: yarn dist-win
working-directory: ./server
# handle artifact