diff options
| author | Brendan Allan <[email protected]> | 2025-12-22 18:48:58 +0800 |
|---|---|---|
| committer | Brendan Allan <[email protected]> | 2025-12-22 18:48:58 +0800 |
| commit | abde984b3e19adc6ce85306e13bdf06367aec225 (patch) | |
| tree | 17c9fa97e16be96d3350524dd10a2f5c15ff8661 /.github/workflows | |
| parent | a95aa037a3361da98892f504c3491a29737d2e8e (diff) | |
| download | opencode-abde984b3e19adc6ce85306e13bdf06367aec225.tar.gz opencode-abde984b3e19adc6ce85306e13bdf06367aec225.zip | |
ci: verbose build and re-enable appimage
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 3053a973e..a9d4af288 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 + args: --target ${{ matrix.settings.target }} --config src-tauri/tauri.prod.conf.json --vvv updaterJsonPreferNsis: true releaseId: ${{ needs.publish.outputs.release }} tagName: ${{ needs.publish.outputs.tag }} |
