Skip to content

Commit fc278a2

Browse files
committed
chore(ci): update srtool
1 parent a58fb20 commit fc278a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/draft-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
id: srtool_build
2222
uses: paritytech/[email protected]
2323
with:
24-
image: paritytech/srtool
25-
tag: 1.84.1
24+
#image: paritytech/srtool
25+
#tag: 1.84.1
2626
package: ${{ matrix.runtime }}-runtime-parachain
27-
runtime_dir: ${{ github.workspace }}/parachain/runtime/${{ matrix.runtime }}
27+
runtime_dir: parachain/runtime/${{ matrix.runtime }}
2828
chain: ${{ matrix.runtime }}
29-
workdir: ${{ github.workspace }}
29+
# workdir: ${{ github.workspace }}
3030
- name: Store srtool digest to disk
3131
run: |
3232
echo '${{ steps.srtool_build.outputs.json }}' | jq > ${{ matrix.runtime }}_srtool_output.json

0 commit comments

Comments
 (0)