fix: ci mv command

This commit is contained in:
2023-12-18 20:47:02 +01:00
parent c3d059c2e7
commit 0bf6b64dd2

View File

@@ -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