From 4d7616ab6286b54cfe704e7f245c9f3ffa04479e Mon Sep 17 00:00:00 2001 From: Tommy <46983364+TommyFang2077@users.noreply.github.com> Date: Sat, 15 Aug 2026 22:27:37 +0800 Subject: [PATCH] Let tauri-action install the CLI instead of cargo tauri. Setting tauriScript skipped CLI setup, so cargo tauri was missing on the runners. Use uploadUpdaterJson for the updater toggle. Co-authored-by: Cursor --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf69958..933159f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -130,7 +130,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: projectPath: . - tauriScript: cargo tauri tagName: v__VERSION__ releaseName: DeepSeek Harness Desktop v__VERSION__ releaseBody: | @@ -142,7 +141,8 @@ jobs: - macOS 包未公证,需在「系统设置 → 隐私与安全性」中允许打开。 releaseDraft: false prerelease: false - includeUpdaterJson: false + uploadUpdaterJson: false + uploadUpdaterSignatures: false args: ${{ matrix.args }} flatpak: