...and for other binary!

This commit is contained in:
CDrummond 2025-03-03 22:09:42 +00:00
parent 05fb19e2f9
commit a610dab7c0

View File

@ -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