Update dashboardBuild.yml
This commit is contained in:
parent
663a7ba979
commit
de0d0404d5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/dashboardBuild.yml
vendored
4
.github/workflows/dashboardBuild.yml
vendored
|
@ -21,8 +21,8 @@ jobs:
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
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