mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-24 13:41:14 -05:00
Try compressing macos version with tar
This commit is contained in:
parent
5ce4af6918
commit
93e129983a
@ -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…
Reference in New Issue
Block a user