summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorBrendan Allan <[email protected]>2025-12-17 22:23:03 +0800
committerGitHub <[email protected]>2025-12-17 22:23:03 +0800
commitebe25c3e9a2114938f63de989cdcb2c6924eaa8b (patch)
treef637fe29d124729e7971a39604b86b80a7c892ba /.github
parent65d7fc3ccdbc23699c9a1fb1c5ebb628cb898483 (diff)
downloadopencode-ebe25c3e9a2114938f63de989cdcb2c6924eaa8b.tar.gz
opencode-ebe25c3e9a2114938f63de989cdcb2c6924eaa8b.zip
tauri: dev icons + separate prod config (#5691)
Co-authored-by: GitHub Action <[email protected]>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish.yml2
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 }}