From 755bb84b68edef5ef889bb6e7666c0d5c7f685f4 Mon Sep 17 00:00:00 2001 From: Kirill Shakirov <38155247+Nyanraltotlapun@users.noreply.github.com> Date: Sat, 28 Mar 2026 06:36:47 +0100 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b66e89f..87b52f5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -27,3 +27,9 @@ jobs: with: targets: aarch64-apple-darwin - run: cargo build --manifest-path nyash_client/Cargo.toml --target aarch64-apple-darwin --release + + - name: Upload Binary + uses: actions/upload-artifact@v4 + with: + name: m1-binary + path: nyash_client/target/aarch64-apple-darwin/release/nyash_client