Update dashboardBuild.yml
This commit is contained in:
parent
de0d0404d5
commit
43c23208dc
1 changed files with 2 additions and 2 deletions
4
.github/workflows/dashboardBuild.yml
vendored
4
.github/workflows/dashboardBuild.yml
vendored
|
@ -24,9 +24,9 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: cd Dashboard && yarn --network-timeout 1000000000
|
run: cd Dashboard && yarn --network-timeout 1000000000
|
||||||
- name: Package for Windows
|
- name: Package for Windows
|
||||||
run: yarn pack:win
|
run: cd Dashboard && yarn pack:win
|
||||||
- name: Upload a Build Artifact
|
- name: Upload a Build Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Winx64_executable
|
name: Winx64_executable
|
||||||
path: dist/win-unpacked
|
path: Dashboard/dist/win-unpacked
|
||||||
|
|
Reference in a new issue