Skip to content

Commit 37decee

Browse files
committed
use custom tauri-cli on linux
1 parent 5d0007a commit 37decee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
- name: Install tauri-cli from portable appimage branch
173173
if: contains(matrix.settings.host, 'ubuntu')
174174
run: |
175-
cargo install tauri-cli --git https://github.com/tauri-apps/tauri --branch feat/truly-portable-appimage --force
175+
cargo install tauri-cli --git https://github.com/brendonovich/tauri --branch appimage-sidecar-binaries --force
176176
echo "Installed tauri-cli version:"
177177
cargo tauri --version
178178

0 commit comments

Comments
 (0)