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 <cursoragent@cursor.com>
This commit is contained in:
Tommy
2026-08-15 22:27:37 +08:00
parent 9053bbe3f8
commit e7f18e80aa

View File

@@ -130,7 +130,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
projectPath: . projectPath: .
tauriScript: cargo tauri
tagName: v__VERSION__ tagName: v__VERSION__
releaseName: DeepSeek Harness Desktop v__VERSION__ releaseName: DeepSeek Harness Desktop v__VERSION__
releaseBody: | releaseBody: |
@@ -142,7 +141,8 @@ jobs:
- macOS 包未公证,需在「系统设置 → 隐私与安全性」中允许打开。 - macOS 包未公证,需在「系统设置 → 隐私与安全性」中允许打开。
releaseDraft: false releaseDraft: false
prerelease: false prerelease: false
includeUpdaterJson: false uploadUpdaterJson: false
uploadUpdaterSignatures: false
args: ${{ matrix.args }} args: ${{ matrix.args }}
flatpak: flatpak: