Skip to content

Commit 6fa1905

Browse files
committed
polkadot-parachain
1 parent 4d3bfa0 commit 6fa1905

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,10 +331,9 @@ jobs:
331331
mkdir -p polkadot-sdk/target/release
332332
cd polkadot-sdk/target/release
333333
wget -O ./polkadot -q --show-progress 'https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-stable2503-7/polkadot'
334-
wget -O ./polkadot -q --show-progress 'https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-stable2503-7/polkadot-parachain'
334+
wget -O ./polkadot-parachain -q --show-progress 'https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-stable2503-7/polkadot-parachain'
335335
wget -O ./polkadot-execute-worker -q --show-progress 'https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-stable2503-7/polkadot-execute-worker'
336336
wget -O ./polkadot-prepare-worker -q --show-progress 'https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-stable2503-7/polkadot-prepare-worker'
337-
ls -lh
338337
sudo chmod +x ./polkadot
339338
sudo chmod +x ./polkadot-parachain
340339
sudo chmod +x ./polkadot-execute-worker

0 commit comments

Comments
 (0)