mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-17 05:42:15 -04:00
Try compressing macos version with tar
This commit is contained in:
parent
5ce4af6918
commit
93e129983a
1 changed files with 6 additions and 6 deletions
|
@ -17,10 +17,10 @@ workflows:
|
|||
requires:
|
||||
- test-cli
|
||||
# - test-gui
|
||||
# - build-macos:
|
||||
# requires:
|
||||
# - test-cli
|
||||
# # - test-gui
|
||||
- build-macos:
|
||||
requires:
|
||||
- test-cli
|
||||
# - test-gui
|
||||
|
||||
jobs:
|
||||
test-cli:
|
||||
|
@ -413,7 +413,7 @@ jobs:
|
|||
name: Compress
|
||||
command: |
|
||||
cd ~/project/desktop/build
|
||||
zip -r ~/onionshare-macos.zip OnionShare.app
|
||||
tar -cvfx ~/onionshare-macos.tar.gz OnionShare.app
|
||||
|
||||
- store_artifacts:
|
||||
path: ~/onionshare-macos.zip
|
||||
path: ~/onionshare-macos.tar.gz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue