From 2be938d0a3a5a3c9cd1993c483730f119cba2ce5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=B1=BC=E5=BC=80=E5=8F=91?= Date: Thu, 21 May 2026 11:07:56 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E5=A4=8D=20macOS=20=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=20sidecar=20=E4=B8=8B=E8=BD=BD=20URL=EF=BC=8C?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E5=8A=A8=E6=80=81=E4=BB=93=E5=BA=93=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 9a60b55..b86b7de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: - name: Download sidecar binaries run: | mkdir -p tauri-app/src-tauri/binaries - curl -L -o /tmp/sidecar-binaries.tar.gz "https://github.com/fun0/meijiaka-zy/releases/download/v0.0.0-sidecar/sidecar-binaries.tar.gz" + curl -L -o /tmp/sidecar-binaries.tar.gz "https://github.com/${{ github.repository }}/releases/download/v0.0.0-sidecar/sidecar-binaries.tar.gz" tar xzf /tmp/sidecar-binaries.tar.gz -C tauri-app/src-tauri/binaries/ chmod +x tauri-app/src-tauri/binaries/ffmpeg-* tauri-app/src-tauri/binaries/ffprobe-* # Create universal binary for macOS universal-apple-darwin target