mirror of
https://github.com/CDrummond/bliss-analyser.git
synced 2025-04-08 05:00:02 +03:00
...and for other binary!
This commit is contained in:
parent
05fb19e2f9
commit
a610dab7c0
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -159,7 +159,7 @@ jobs:
|
|||||||
cargo build --release --features update-aubio-bindings
|
cargo build --release --features update-aubio-bindings
|
||||||
strip target/release/bliss-analyser
|
strip target/release/bliss-analyser
|
||||||
cp target/release/bliss-analyser releases/bliss-analyser-x86_64
|
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
|
strip target/aarch64-apple-darwin/release/bliss-analyser
|
||||||
cp target/aarch64-apple-darwin/release/bliss-analyser releases/bliss-analyser-arm64
|
cp target/aarch64-apple-darwin/release/bliss-analyser releases/bliss-analyser-arm64
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user