Skip to content

Commit

Permalink
Fix substrate-contracts-node archive extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Dec 3, 2024
1 parent d71c423 commit c24f5ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ jobs:
fi
curl -L -o substrate-contracts-node.tar.gz "$CONTRACTS_NODE_URL$CONTRACTS_NODE_OS.tar.gz"
tar xfzv substrate-contracts-node.tar.gz
chmod +x artifacts/substrate-contracts-node-*/substrate-contracts-node &&
mv artifacts/substrate-contracts-node-*/substrate-contracts-node /usr/local/bin
chmod +x substrate-contracts-node-*/substrate-contracts-node &&
mv substrate-contracts-node-*/substrate-contracts-node /usr/local/bin
shell: bash

- name: Run integration tests
Expand Down

0 comments on commit c24f5ac

Please sign in to comment.