mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-13 17:36:28 -04:00
Try compressing macos version with tar
This commit is contained in:
parent
2d87ef84f9
commit
1421677b16
@ -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…
x
Reference in New Issue
Block a user