We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f7458b commit a41c850Copy full SHA for a41c850
.github/workflows/publish.yml
@@ -172,8 +172,7 @@ 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
176
- cargo install tauri-cli --git https://github.com/brendonovich/tauri --branch appimage-sidecar-binaries --force
+ cargo install tauri-cli --git https://github.com/tauri-apps/tauri --branch feat/truly-portable-appimage --force
177
echo "Installed tauri-cli version:"
178
cargo tauri --version
179
0 commit comments