mirror of
https://github.com/sern-handler/gui
synced 2026-06-06 01:16:54 +00:00
fix: forgot to create the /tmp/artifacts directory
This commit is contained in:
@@ -7,6 +7,7 @@ jobs:
|
||||
- checkout
|
||||
- run: yarn
|
||||
- run: yarn build-electron-win
|
||||
- run: mkdir /tmp/artifacts
|
||||
- run: mv -t /tmp/artifact dist/*.exe
|
||||
- store_artifacts:
|
||||
path: /tmp/artifacts
|
||||
@@ -17,6 +18,7 @@ jobs:
|
||||
- checkout
|
||||
- run: yarn
|
||||
- run: yarn build-electron-linux
|
||||
- run: mkdir /tmp/artifacts
|
||||
- run: mv -t /tmp/artifacts dist/*.snap dist/*.AppImage
|
||||
- store_artifacts:
|
||||
path: /tmp/artifacts
|
||||
|
||||
Reference in New Issue
Block a user