Update dashboardBuild.yml
This commit is contained in:
parent
663a7ba979
commit
de0d0404d5
1 changed files with 2 additions and 2 deletions
2
.github/workflows/dashboardBuild.yml
vendored
2
.github/workflows/dashboardBuild.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn --network-timeout 1000000000
|
run: cd Dashboard && yarn --network-timeout 1000000000
|
||||||
- name: Package for Windows
|
- name: Package for Windows
|
||||||
run: yarn pack:win
|
run: yarn pack:win
|
||||||
- name: Upload a Build Artifact
|
- name: Upload a Build Artifact
|
||||||
|
|
Reference in a new issue