Update dashboardBuild.yml
This commit is contained in:
parent
8e968ca527
commit
4be620c931
1 changed files with 7 additions and 2 deletions
9
.github/workflows/dashboardBuild.yml
vendored
9
.github/workflows/dashboardBuild.yml
vendored
|
@ -25,8 +25,13 @@ jobs:
|
|||
run: cd Dashboard && yarn --network-timeout 1000000000
|
||||
- name: Package for Windows
|
||||
run: cd Dashboard && yarn pack:win
|
||||
- name: Upload a Build Artifact
|
||||
- name: Upload unpacked files
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Winx64_executable
|
||||
name: LightControl-Unpacked.zip
|
||||
path: Dashboard/dist/win-unpacked
|
||||
- name: Upload installer
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: LightControl-Setup.exe
|
||||
path: Dashboard/dist/LightControl-Setup.exe
|
||||
|
|
Reference in a new issue