mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Fix macos build bug
This commit is contained in:
parent
8a450c7db7
commit
3d81c890bc
@ -206,7 +206,7 @@ jobs:
|
||||
- run:
|
||||
name: Compress
|
||||
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
|
||||
- store_artifacts:
|
||||
path: ~/onionshare-macos.zip
|
||||
|
Loading…
Reference in New Issue
Block a user