We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b1e85 commit a882595Copy full SHA for a882595
.github/workflows/draft-release.yml
@@ -24,9 +24,8 @@ jobs:
24
image: paritytech/srtool
25
tag: 1.84.1
26
package: ${{ matrix.runtime }}-runtime-parachain
27
- runtime_dir: ./parachain/runtime/${{ matrix.runtime }}
+ runtime_dir: parachain/runtime/${{ matrix.runtime }}
28
chain: ${{ matrix.runtime }}
29
- workdir: ${{ github.workspace }}
30
- name: Store srtool digest to disk
31
run: |
32
echo '${{ steps.srtool_build.outputs.json }}' | jq > ${{ matrix.runtime }}_srtool_output.json
0 commit comments