Update rust.yml

This commit is contained in:
Kirill Shakirov
2026-03-28 06:36:47 +01:00
committed by GitHub
parent 6bff55fdfe
commit 755bb84b68
+6
View File
@@ -27,3 +27,9 @@ jobs:
with: with:
targets: aarch64-apple-darwin targets: aarch64-apple-darwin
- run: cargo build --manifest-path nyash_client/Cargo.toml --target aarch64-apple-darwin --release - 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