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 13bf13e commit a58fb20Copy full SHA for a58fb20
.github/workflows/draft-release.yml
@@ -24,7 +24,7 @@ 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: ${{ github.workspace }}/parachain/runtime/${{ matrix.runtime }}
28
chain: ${{ matrix.runtime }}
29
workdir: ${{ github.workspace }}
30
- name: Store srtool digest to disk
0 commit comments