mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 19:52:50 -03:00
Fix macos build bug
This commit is contained in:
parent
8a450c7db7
commit
3d81c890bc
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Compress
|
name: Compress
|
||||||
command: |
|
command: |
|
||||||
zip -r ~/onionshare-macos.zip ~/project/desktop/build/exe.macosx-10.9-x86_64-3.9
|
zip -r ~/onionshare-macos.zip ~/project/desktop/build/exe.macosx-10.9-universal2-3.9
|
||||||
zip -r ~/onionshare-app-macos.zip ~/project/desktop/build/OnionShare.app
|
zip -r ~/onionshare-app-macos.zip ~/project/desktop/build/OnionShare.app
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: ~/onionshare-macos.zip
|
path: ~/onionshare-macos.zip
|
||||||
|
|
Loading…
Reference in a new issue