From befa9801710707290c7ac0f705858b41a4b74783 Mon Sep 17 00:00:00 2001 From: Fulvio Venturelli Date: Mon, 29 Jan 2024 18:36:29 +0100 Subject: [PATCH] Add artifact upload section to CI --- .github/workflows/dusk_ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/dusk_ci.yml b/.github/workflows/dusk_ci.yml index 5bed68a..a64fd99 100644 --- a/.github/workflows/dusk_ci.yml +++ b/.github/workflows/dusk_ci.yml @@ -69,6 +69,12 @@ jobs: with: command: build + - name: Upload Artifact + uses: actions/upload-artifact@v2 + with: + name: wallet-core + path: /home/runner/work/wallet-core/wallet-core + - name: Add rust-src run: rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu