diff options
| author | Brendan Allan <[email protected]> | 2026-01-07 14:36:43 +0800 |
|---|---|---|
| committer | Brendan Allan <[email protected]> | 2026-01-07 14:36:43 +0800 |
| commit | 79f6910697df9a6021b56d9c045493c0ae2f3b3d (patch) | |
| tree | e466d3e15b487baaab0d342bcab6e909c282238c /.github/workflows | |
| parent | 04cea9cf1198c4ea083625304c63bbcfbe9223f5 (diff) | |
| download | opencode-79f6910697df9a6021b56d9c045493c0ae2f3b3d.tar.gz opencode-79f6910697df9a6021b56d9c045493c0ae2f3b3d.zip | |
desktop: use correct tauri-cli branch
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 4ae39b992..572099617 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -172,7 +172,7 @@ jobs: - name: Install tauri-cli from portable appimage branch if: contains(matrix.settings.host, 'ubuntu') run: | - cargo install tauri-cli --git https://github.com/tauri-apps/tauri --branch truly-portable-appimage --force + cargo install tauri-cli --git https://github.com/tauri-apps/tauri --branch feat/truly-portable-appimage --force echo "Installed tauri-cli version:" cargo tauri --version |
