From 6c8edcaed7462c458be21b6aeea8445561aa10b4 Mon Sep 17 00:00:00 2001 From: Patrick Date: Fri, 21 Aug 2026 19:33:09 +0000 Subject: [PATCH] ci: upload built wasm contract artifacts (#172) --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 580340d..237cc37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,3 +34,8 @@ jobs: - uses: Swatinem/rust-cache@v2 - run: cargo build --target wasm32v1-none --release + + - uses: actions/upload-artifact@v4 + with: + name: contracts-wasm + path: target/wasm32v1-none/release/*.wasm