diff options
| author | Brendan Allan <[email protected]> | 2026-01-07 15:29:14 +0800 |
|---|---|---|
| committer | Brendan Allan <[email protected]> | 2026-01-07 15:29:14 +0800 |
| commit | 0021a09ba8d01f2f79ddc6d2d03992a2fef0d1ee (patch) | |
| tree | 34f45c7a9622538ffabc4de1cd889a4b4d26406e /.github/workflows | |
| parent | a8c2928a8778eff5928d11ab52f9f8526cc2a7a1 (diff) | |
| download | opencode-0021a09ba8d01f2f79ddc6d2d03992a2fef0d1ee.tar.gz opencode-0021a09ba8d01f2f79ddc6d2d03992a2fef0d1ee.zip | |
try using forked tauri-cli again
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/publish.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 572099617..d6e687694 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -172,7 +172,8 @@ 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 feat/truly-portable-appimage --force + # cargo install tauri-cli --git https://github.com/tauri-apps/tauri --branch feat/truly-portable-appimage --force + cargo install tauri-cli --git https://github.com/brendonovich/tauri --branch appimage-sidecar-binaries --force echo "Installed tauri-cli version:" cargo tauri --version |
