mirror of
https://github.com/TommyFang2077/dsh-desktop.git
synced 2026-08-17 09:06:36 +08:00
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:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user