Skip to content

Commit e335662

Browse files
committed
Mark artifacts as unsafe
1 parent 8a3e221 commit e335662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ build-try-state-wasm:
5959
script:
6060
- cargo build --release --locked -p ${RUNTIME}-runtime --features try-runtime
6161
- mkdir -p out
62-
- mv target/release/wbuild/${RUNTIME}-runtime/${RUNTIME}_runtime.compact.compressed.wasm out
62+
- mv target/release/wbuild/${RUNTIME}-runtime/${RUNTIME}_runtime.compact.compressed.wasm out/**UNSAFE**${RUNTIME}_runtime_try_runtime.compact.compressed.wasm
6363
artifacts:
6464
paths:
6565
- out

0 commit comments

Comments
 (0)