summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-06-19 19:53:15 -0400
committerMicah Lee <micah@micahflee.com>2022-06-19 19:53:15 -0400
commit93e129983a070ea5cb186a6e66898e3e76ab4d12 (patch)
tree6b4b7bfc7de0f15a6309257be70f1eb9c4d04f4e
parent5ce4af6918a5f72d6624ec8e3b5713162730de0a (diff)
downloadonionshare-93e129983a070ea5cb186a6e66898e3e76ab4d12.tar.gz
onionshare-93e129983a070ea5cb186a6e66898e3e76ab4d12.zip
Try compressing macos version with tar
-rw-r--r--.circleci/config.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 02f6e9d7..6e6b5e1b 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -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