Skip to content

Commit

Permalink
Fix chmod tanssi-relay
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpolaczyk committed Jul 30, 2024
1 parent b2866de commit ca7a1da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflow-templates/zombienet-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ runs:
- name: "Run zombie test"
run: |
chmod uog+x target/release/tanssi-node
chmod uog+x target/release/tanssi-relay tanssi-relay-prepare-worker tanssi-relay-execute-worker
chmod uog+x target/release/tanssi-relay
chmod uog+x target/release/tanssi-relay-prepare-worker
chmod uog+x target/release/tanssi-relay-execute-worker
chmod uog+x target/release/container-chain-simple-node
chmod uog+x target/release/container-chain-frontier-node
Expand Down

0 comments on commit ca7a1da

Please sign in to comment.