From 2018bef1eebd0a8de86f672c62408de3fec0462c Mon Sep 17 00:00:00 2001 From: tiero <3596602+tiero@users.noreply.github.com> Date: Tue, 24 Oct 2023 20:16:17 +0200 Subject: [PATCH] gha: use dashes --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc066d9..5240f93 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -109,7 +109,7 @@ jobs: run: rustup target add aarch64-apple-darwin - name: Build whisper_rs_sys for Apple Silicon - run: cargo build --release --target=aarch64-apple-darwin -p whisper_rs_sys + run: cargo build --release --target=aarch64-apple-darwin -p whisper-rs-sys - name: Build for Mac with Intel run: cargo build --release