Skip to content

Commit a882595

Browse files
committed
chore(ci): update srtool
1 parent 86b1e85 commit a882595

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/draft-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ jobs:
2424
image: paritytech/srtool
2525
tag: 1.84.1
2626
package: ${{ matrix.runtime }}-runtime-parachain
27-
runtime_dir: ./parachain/runtime/${{ matrix.runtime }}
27+
runtime_dir: parachain/runtime/${{ matrix.runtime }}
2828
chain: ${{ matrix.runtime }}
29-
workdir: ${{ github.workspace }}
3029
- name: Store srtool digest to disk
3130
run: |
3231
echo '${{ steps.srtool_build.outputs.json }}' | jq > ${{ matrix.runtime }}_srtool_output.json

0 commit comments

Comments
 (0)