mirror of
https://github.com/AltarikMC/Launcher
synced 2024-11-22 06:19:50 +01:00
Update electron.yml
This commit is contained in:
parent
a2d71eea51
commit
4b852962a6
5
.github/workflows/electron.yml
vendored
5
.github/workflows/electron.yml
vendored
@ -25,3 +25,8 @@ jobs:
|
|||||||
- name: Intall dependencies
|
- name: Intall dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- run: npm run make --if-present
|
- run: npm run make --if-present
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: Artifact
|
||||||
|
path: out\make\squirrel.windows\x64
|
||||||
|
if-no-files-found: error
|
||||||
|
Loading…
Reference in New Issue
Block a user