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