Update dashboardBuild.yml

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

View file

@ -24,9 +24,9 @@ jobs:
- name: Install dependencies
run: cd Dashboard && yarn --network-timeout 1000000000
- name: Package for Windows
run: yarn pack:win
run: cd Dashboard && yarn pack:win
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2
with:
name: Winx64_executable
path: dist/win-unpacked
path: Dashboard/dist/win-unpacked