Skip to content

Commit

Permalink
Fix artifact logic
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn-x2 committed Sep 9, 2024
1 parent 299883b commit 7d5f1e1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,13 @@ build-try-state-wasm:
- ./.cargo/registry/index/
- ./.cargo/registry/cache/
- ./.cargo/git/db/
script: cargo build --release --locked -p ${RUNTIME}-runtime --features try-runtime
script:
- cargo build --release --locked -p ${RUNTIME}-runtime --features try-runtime
- mkdir -p /out
- mv ./target/release/wbuild/${RUNTIME}-runtime/${RUNTIME}_runtime.compact.compressed.wasm /out
artifacts:
paths:
- ./target/release/wbuild/${RUNTIME}-runtime/${RUNTIME}_runtime.compact.compressed.wasm
- /out
expire_in: 12 week
# build-docker-images:
# timeout: 2 hours
Expand Down

0 comments on commit 7d5f1e1

Please sign in to comment.