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
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Install dependencies
|
||||
run: yarn --network-timeout 1000000000
|
||||
- name: Install dependencies
|
||||
run: cd Dashboard && yarn --network-timeout 1000000000
|
||||
- name: Package for Windows
|
||||
run: yarn pack:win
|
||||
- name: Upload a Build Artifact
|
||||
|
|
Reference in a new issue