Explorar el Código

desktop: use correct tauri-cli branch

Brendan Allan hace 3 meses
padre
commit
79f6910697
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/publish.yml

+ 1 - 1
.github/workflows/publish.yml

@@ -172,7 +172,7 @@ jobs:
       - name: Install tauri-cli from portable appimage branch
         if: contains(matrix.settings.host, 'ubuntu')
         run: |
-          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
           echo "Installed tauri-cli version:"
           cargo tauri --version