Skip to content

Commit ff9fcf4

Browse files
committed
More GitHub action fixes pt7.
1 parent 6062684 commit ff9fcf4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/rust_checks.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@ jobs:
2424
- name: Checkout
2525
uses: actions/checkout@v2
2626
- name: Make the chainspec init script executable
27-
working-directory: ./_chainspecs
28-
run: chmod +x ./init.sh
27+
run: chmod +x ./_chainspecs/init.sh
2928
- name: Fetch chainspecs
30-
working-directory: ./_chainspecs
3129
run: ./_chainspecs/init.sh
3230
- name: Toolchain
3331
uses: actions-rs/toolchain@v1

_chainspecs/init.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/usr/bin/env bash
22
# coretime westend
3+
cd "$(dirname "$0")"
34
wget https://github.com/paritytech/polkadot-sdk/raw/refs/heads/master/cumulus/parachains/chain-specs/coretime-westend.json

0 commit comments

Comments
 (0)