diff options
| author | Brendan Allan <[email protected]> | 2025-12-22 18:55:01 +0800 |
|---|---|---|
| committer | Brendan Allan <[email protected]> | 2025-12-22 18:55:01 +0800 |
| commit | a9fbd786b3262a659620298b8071671452b497f1 (patch) | |
| tree | 853f4476000dae6902ebd4464b4b461ee464390d /.github/workflows | |
| parent | abde984b3e19adc6ce85306e13bdf06367aec225 (diff) | |
| download | opencode-a9fbd786b3262a659620298b8071671452b497f1.tar.gz opencode-a9fbd786b3262a659620298b8071671452b497f1.zip | |
ci: fix tauri build args
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 a9d4af288..9e6b49339 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -194,7 +194,7 @@ jobs: projectPath: packages/tauri uploadWorkflowArtifacts: true tauriScript: ${{ (contains(matrix.settings.host, 'ubuntu') && 'cargo tauri') || '' }} - args: --target ${{ matrix.settings.target }} --config src-tauri/tauri.prod.conf.json --vvv + args: --target ${{ matrix.settings.target }} --config ./src-tauri/tauri.prod.conf.json --verbose updaterJsonPreferNsis: true releaseId: ${{ needs.publish.outputs.release }} tagName: ${{ needs.publish.outputs.tag }} |
