From a610dab7c00e086c8170ab9ce17f1daf88e3d309 Mon Sep 17 00:00:00 2001 From: CDrummond Date: Mon, 3 Mar 2025 22:09:42 +0000 Subject: [PATCH] ...and for other binary! --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5b2f0b4..87e82bf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -159,7 +159,7 @@ jobs: cargo build --release --features update-aubio-bindings strip target/release/bliss-analyser cp target/release/bliss-analyser releases/bliss-analyser-x86_64 - cargo build --target=aarch64-apple-darwin --release + cargo build --target=aarch64-apple-darwin --release --features update-aubio-bindings strip target/aarch64-apple-darwin/release/bliss-analyser cp target/aarch64-apple-darwin/release/bliss-analyser releases/bliss-analyser-arm64