Skip to content

Commit

Permalink
ci: mac revert .tar.gz archive creation and upload to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
DeckerSU committed Mar 10, 2024
1 parent 8a14d86 commit d9f516b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/komodo_mac_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
# flag for some CC tests transactions - so DO NOT USE THIS CI ARTIFACTS IN PRODUCTION!!!
./zcutil/build-mac-dtest.sh -j4
# tar -czvf komodo-macos.tar.gz src/komodod src/komodo-cli src/wallet-utility src/komodo-tx src/test-linkage
tar -czvf komodo-macos.tar.gz src/komodod src/komodo-cli src/wallet-utility src/komodo-tx src/test-linkage
# env:
# DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer

Expand All @@ -59,6 +59,7 @@ jobs:
./src/wallet-utility
./src/komodo-tx
./src/test-linkage
./komodo-macos.tar.gz
macos-test-dice-token-reards-faucet-cc:
if: ${{ false }}
Expand Down

0 comments on commit d9f516b

Please sign in to comment.