mirror of
https://github.com/sern-handler/gui
synced 2026-06-28 02:02:14 +00:00
fix: ci mv command
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
||||
- run: yarn
|
||||
- run: yarn build-electron-linux
|
||||
- run: mkdir /tmp/artifacts
|
||||
- run: mv -t /tmp/artifacts dist/*.snap dist/*.AppImage
|
||||
- run: mv -t /tmp/artifacts dist/*.AppImage
|
||||
- store_artifacts:
|
||||
path: /tmp/artifacts
|
||||
build_macos:
|
||||
@@ -30,7 +30,7 @@ jobs:
|
||||
- run: yarn
|
||||
- run: yarn build-electron-mac
|
||||
- run: mkdir /tmp/artifacts
|
||||
- run: mv -t /tmp/artifacts dist/*.dmg
|
||||
- run: mv dist/*.dmg /tmp/artifacts
|
||||
- store_artifacts:
|
||||
path: /tmp/artifacts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user