50
50
runtime : statemint
51
51
- category : assets
52
52
runtime : westmint
53
+ - category : bridge-hubs
54
+ runtime : bridge-hub-kusama
55
+ - category : bridge-hubs
56
+ runtime : bridge-hub-rococo
53
57
- category : collectives
54
58
runtime : collectives-polkadot
55
59
- category : contracts
@@ -120,7 +124,7 @@ jobs:
120
124
path : cumulus
121
125
ref : ${{ github.event.inputs.ref2 }}
122
126
123
- - uses : ruby/setup-ruby@eae47962baca661befdfd24e4d6c34ade04858f7 # v1.118 .0
127
+ - uses : ruby/setup-ruby@ee2113536afb7f793eed4ce60e8d3b26db912da4 # v1.127 .0
124
128
with :
125
129
ruby-version : 3.0.0
126
130
@@ -150,6 +154,8 @@ jobs:
150
154
WESTMINT_DIGEST : ${{ github.workspace}}/westmint-srtool-json/westmint-srtool-digest.json
151
155
STATEMINE_DIGEST : ${{ github.workspace}}/statemine-srtool-json/statemine-srtool-digest.json
152
156
STATEMINT_DIGEST : ${{ github.workspace}}/statemint-srtool-json/statemint-srtool-digest.json
157
+ BRIDGE_HUB_ROCOCO_DIGEST : ${{ github.workspace}}/bridge-hub-rococo-srtool-json/bridge-hub-rococo-srtool-digest.json
158
+ BRIDGE_HUB_KUSAMA_DIGEST : ${{ github.workspace}}/bridge-hub-kusama-srtool-json/bridge-hub-kusama-srtool-digest.json
153
159
COLLECTIVES_POLKADOT_DIGEST : ${{ github.workspace}}/collectives-polkadot-srtool-json/collectives-polkadot-srtool-digest.json
154
160
ROCOCO_PARA_DIGEST : ${{ github.workspace}}/rococo-parachain-srtool-json/rococo-parachain-srtool-digest.json
155
161
CANVAS_KUSAMA_DIGEST : ${{ github.workspace}}/contracts-rococo-srtool-json/contracts-rococo-srtool-digest.json
@@ -165,6 +171,8 @@ jobs:
165
171
ls -al $WESTMINT_DIGEST || true
166
172
ls -al $STATEMINE_DIGEST || true
167
173
ls -al $STATEMINT_DIGEST || true
174
+ ls -al $BRIDGE_HUB_ROCOCO_DIGEST || true
175
+ ls -al $BRIDGE_HUB_KUSAMA_DIGEST || true
168
176
ls -al $COLLECTIVES_POLKADOT_DIGEST || true
169
177
ls -al $ROCOCO_PARA_DIGEST || true
170
178
ls -al $CANVAS_KUSAMA_DIGEST || true
@@ -216,6 +224,10 @@ jobs:
216
224
runtime : statemint
217
225
- category : assets
218
226
runtime : westmint
227
+ - category : bridge-hubs
228
+ runtime : bridge-hub-kusama
229
+ - category : bridge-hubs
230
+ runtime : bridge-hub-rococo
219
231
- category : collectives
220
232
runtime : collectives-polkadot
221
233
- category : contracts
@@ -235,7 +247,7 @@ jobs:
235
247
- name : Download artifacts
236
248
uses : actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 # v3.0.0
237
249
238
- - uses : ruby/setup-ruby@eae47962baca661befdfd24e4d6c34ade04858f7 # v1.118 .0
250
+ - uses : ruby/setup-ruby@ee2113536afb7f793eed4ce60e8d3b26db912da4 # v1.127 .0
239
251
with :
240
252
ruby-version : 3.0.0
241
253
@@ -255,7 +267,7 @@ jobs:
255
267
id : fix-runtime-path
256
268
run : |
257
269
cd "${{ matrix.runtime }}-runtime/"
258
- mv "$(sed -E 's/-(.*)/_\1/ ' <<< ${{ matrix.runtime }})_runtime.compact.compressed.wasm" "${{ matrix.runtime }}_runtime.compact.compressed.wasm" || true
270
+ mv "$(sed -E 's/- */_/g ' <<< ${{ matrix.runtime }})_runtime.compact.compressed.wasm" "${{ matrix.runtime }}_runtime.compact.compressed.wasm" || true
259
271
260
272
- name : Upload compressed ${{ matrix.runtime }} wasm
261
273
uses : actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5 # v1.0.2
0 commit comments