mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 22:15:57 -05:00
Try compressing macos version with tar
This commit is contained in:
parent
5ce4af6918
commit
93e129983a
@ -17,10 +17,10 @@ workflows:
|
|||||||
requires:
|
requires:
|
||||||
- test-cli
|
- test-cli
|
||||||
# - test-gui
|
# - test-gui
|
||||||
# - build-macos:
|
- build-macos:
|
||||||
# requires:
|
requires:
|
||||||
# - test-cli
|
- test-cli
|
||||||
# # - test-gui
|
# - test-gui
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-cli:
|
test-cli:
|
||||||
@ -413,7 +413,7 @@ jobs:
|
|||||||
name: Compress
|
name: Compress
|
||||||
command: |
|
command: |
|
||||||
cd ~/project/desktop/build
|
cd ~/project/desktop/build
|
||||||
zip -r ~/onionshare-macos.zip OnionShare.app
|
tar -cvfx ~/onionshare-macos.tar.gz OnionShare.app
|
||||||
|
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: ~/onionshare-macos.zip
|
path: ~/onionshare-macos.tar.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user