We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a3e221 commit e335662Copy full SHA for e335662
.gitlab-ci.yml
@@ -59,7 +59,7 @@ build-try-state-wasm:
59
script:
60
- cargo build --release --locked -p ${RUNTIME}-runtime --features try-runtime
61
- mkdir -p out
62
- - mv target/release/wbuild/${RUNTIME}-runtime/${RUNTIME}_runtime.compact.compressed.wasm out
+ - mv target/release/wbuild/${RUNTIME}-runtime/${RUNTIME}_runtime.compact.compressed.wasm out/**UNSAFE**${RUNTIME}_runtime_try_runtime.compact.compressed.wasm
63
artifacts:
64
paths:
65
- out
0 commit comments