Update dashboardBuild.yml

This commit is contained in:
GHOSCHT 2020-08-02 10:15:45 +02:00 committed by GitHub
parent 663a7ba979
commit de0d0404d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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