Skip to content

Commit

Permalink
Add compressed runtime to archive output of CI job.
Browse files Browse the repository at this point in the history
  • Loading branch information
firke committed Jan 14, 2022
1 parent 0901ce9 commit ea24789
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/runtime-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
name: ${{ matrix.chain }}-runtime-${{ github.sha }}
path: |
${{ steps.srtool_build.outputs.wasm }}
${{ steps.srtool_build.outputs.wasm_compressed }}
${{ matrix.chain }}-srtool-digest.json
${{ matrix.chain }}-info.json
${{ matrix.chain }}-info_compressed.json
Expand Down

0 comments on commit ea24789

Please sign in to comment.