diff options
| author | Brendan Allan <[email protected]> | 2025-12-17 22:23:03 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-17 22:23:03 +0800 |
| commit | ebe25c3e9a2114938f63de989cdcb2c6924eaa8b (patch) | |
| tree | f637fe29d124729e7971a39604b86b80a7c892ba /.github/workflows | |
| parent | 65d7fc3ccdbc23699c9a1fb1c5ebb628cb898483 (diff) | |
| download | opencode-ebe25c3e9a2114938f63de989cdcb2c6924eaa8b.tar.gz opencode-ebe25c3e9a2114938f63de989cdcb2c6924eaa8b.zip | |
tauri: dev icons + separate prod config (#5691)
Co-authored-by: GitHub Action <[email protected]>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/publish.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b5f0455a9..f207eb3ac 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -193,7 +193,7 @@ jobs: projectPath: packages/tauri uploadWorkflowArtifacts: true tauriScript: ${{ (contains(matrix.settings.host, 'ubuntu') && 'cargo tauri') || '' }} - args: --target ${{ matrix.settings.target }} + args: --target ${{ matrix.settings.target }} --config src-tauri/tauri.prod.conf.json updaterJsonPreferNsis: true releaseId: ${{ needs.publish.outputs.releaseId }} tagName: ${{ needs.publish.outputs.tagName }} |
