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 a58fb20 commit fc278a2Copy full SHA for fc278a2
.github/workflows/draft-release.yml
@@ -21,12 +21,12 @@ jobs:
21
id: srtool_build
22
uses: paritytech/[email protected]
23
with:
24
- image: paritytech/srtool
25
- tag: 1.84.1
+ #image: paritytech/srtool
+ #tag: 1.84.1
26
package: ${{ matrix.runtime }}-runtime-parachain
27
- runtime_dir: ${{ github.workspace }}/parachain/runtime/${{ matrix.runtime }}
+ runtime_dir: parachain/runtime/${{ matrix.runtime }}
28
chain: ${{ matrix.runtime }}
29
- workdir: ${{ github.workspace }}
+ # 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