mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-06 16:03:52 +00:00
Update autobuild.yml
still....
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user