mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 19:52:50 -03:00
Properly zip up the app bundle
This commit is contained in:
parent
a2b1f8b578
commit
301aa19df2
1 changed files with 2 additions and 4 deletions
|
@ -206,12 +206,10 @@ jobs:
|
|||
- run:
|
||||
name: Compress
|
||||
command: |
|
||||
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
|
||||
cd ~/project/desktop/build
|
||||
zip -r ~/onionshare-macos.zip OnionShare.app
|
||||
- store_artifacts:
|
||||
path: ~/onionshare-macos.zip
|
||||
- store_artifacts:
|
||||
path: ~/onionshare-app-macos.zip
|
||||
|
||||
# build-snapcraft:
|
||||
# docker:
|
||||
|
|
Loading…
Reference in a new issue