File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
- # This is a copy of the action file from https://github.com/chevdor /srtool-actions/blob/48e9baed50ca414936dfac59d34d8b9bbe581abd /action.yml
1
+ # This is a copy of the action file from https://github.com/paritytech /srtool-actions/blob/9cf7232631d71f9510e05ab6297b1aa57e588fce /action.yml
2
2
# It is pulled in and modified for the following reasons:
3
3
# 1. We needed to add an additional environment variable to the docker run (CARGO_NET_RETRY=10)
4
4
# 2. Local for direct auditing of the action building the runtime
5
5
6
6
name : " Srtool"
7
7
description : " Build WASM Runtime with SRTOOL"
8
- author : chevdor
8
+ author : chevdor & paritytech
9
9
branding :
10
10
icon : " package"
11
11
color : " blue"
Original file line number Diff line number Diff line change @@ -353,8 +353,7 @@ jobs:
353
353
# Also should match `verify-build-runtimes-dummy`
354
354
# Only doing paseo-testnet and mainnet
355
355
network : [paseo, mainnet]
356
- build-profile : [debug]
357
- srtool-profile : [dev]
356
+ build-profile : [dev]
358
357
runtime-dir : [runtime/frequency]
359
358
package : [frequency-runtime]
360
359
built-wasm-file-name-prefix : [frequency_runtime]
@@ -409,7 +408,7 @@ jobs:
409
408
env :
410
409
BUILD_OPTS : " --features on-chain-release-build,no-metadata-docs,${{matrix.features}}"
411
410
with :
412
- profile : ${{matrix.srtool -profile}}
411
+ profile : ${{matrix.build -profile}}
413
412
package : ${{matrix.package}}
414
413
chain : ${{matrix.chain}}
415
414
runtime_dir : ${{ matrix.runtime-dir }}
You can’t perform that action at this time.
0 commit comments