We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c2928 commit 0021a09Copy full SHA for 0021a09
.github/workflows/publish.yml
@@ -172,7 +172,8 @@ jobs:
172
- name: Install tauri-cli from portable appimage branch
173
if: contains(matrix.settings.host, 'ubuntu')
174
run: |
175
- 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
176
+ cargo install tauri-cli --git https://github.com/brendonovich/tauri --branch appimage-sidecar-binaries --force
177
echo "Installed tauri-cli version:"
178
cargo tauri --version
179
0 commit comments