Skip to content

Commit 1b130e1

Browse files
authored
ci: remove artifacts directory prefix (#568)
1 parent ac899fd commit 1b130e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/prepare/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ runs:
1313
shell: bash
1414
run: |
1515
tar -xvzf substrate-contracts-node-linux.tar.gz
16-
cd artifacts/substrate-contracts-node-linux/
16+
cd substrate-contracts-node-linux/
1717
chmod +x ./substrate-contracts-node
18-
./substrate-contracts-node --dev &
18+
./substrate-contracts-node --dev &

0 commit comments

Comments
 (0)