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 a882595 commit 13bf13eCopy full SHA for 13bf13e
.github/workflows/draft-release.yml
@@ -26,6 +26,7 @@ jobs:
26
package: ${{ matrix.runtime }}-runtime-parachain
27
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