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