Skip to content

Commit

Permalink
chore: fix srtool github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ns212 committed Sep 1, 2023
1 parent 7872b7b commit e137ad4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
package: ${{ matrix.runtime }}-runtime-parachain
runtime_dir: ./parachain/runtime/${{ matrix.runtime }}
chain: ${{ matrix.runtime }}
workdir: ${{ github.workspace }}
- name: Store srtool digest to disk
run: |
echo '${{ steps.srtool_build.outputs.json }}' | jq > ${{ matrix.runtime }}_srtool_output.json
Expand Down

0 comments on commit e137ad4

Please sign in to comment.