Skip to content

Commit 0021a09

Browse files
committed
try using forked tauri-cli again
1 parent a8c2928 commit 0021a09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ 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/tauri-apps/tauri --branch feat/truly-portable-appimage --force
176+
cargo install tauri-cli --git https://github.com/brendonovich/tauri --branch appimage-sidecar-binaries --force
176177
echo "Installed tauri-cli version:"
177178
cargo tauri --version
178179

0 commit comments

Comments
 (0)