Skip to content

Commit

Permalink
fix srtool
Browse files Browse the repository at this point in the history
  • Loading branch information
aliXsed committed Sep 5, 2024
1 parent dac56db commit 2fd9dbd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/srtool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Srtool build
id: srtool_build
uses: chevdor/srtool-actions@v0.9.2
Expand Down Expand Up @@ -52,5 +53,5 @@ jobs:
${{ steps.srtool_build.outputs.wasm }}
${{ steps.srtool_build.outputs.wasm_compressed }}
${{ env.CHAIN }}-srtool-digest.json
$WASM_BINARY_TEST
$WASM_BINARY_DEV
${{ env.WASM_BINARY_TEST }}
${{ env.WASM_BINARY_DEV }}

0 comments on commit 2fd9dbd

Please sign in to comment.