Skip to content

Commit

Permalink
fix path location on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
librelois committed Feb 13, 2024
1 parent 4376e5c commit 8e2a60a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -621,9 +621,9 @@ jobs:
wget https://opslayer-dev-artifacts.s3.us-east-2.amazonaws.com/bins/moonbeam/polkadot/1.3.0/polkadot-execute-worker
wget https://opslayer-dev-artifacts.s3.us-east-2.amazonaws.com/bins/moonbeam/polkadot/1.3.0/polkadot-prepare-worker
chmod +x test/tmp/polkadot
chmod +x test/tmp/polkadot-execute-worker
chmod +x test/tmp/polkadot-prepare-worker
chmod +x polkadot
chmod +x polkadot-execute-worker
chmod +x polkadot-prepare-worker
- name: Prepare Chainspecs
run: |
cd test
Expand Down

0 comments on commit 8e2a60a

Please sign in to comment.