فهرست منبع

desktop: use correct tauri-cli branch

Brendan Allan 1 ماه پیش
والد
کامیت
79f6910697
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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
       - name: Install tauri-cli from portable appimage branch
         if: contains(matrix.settings.host, 'ubuntu')
         if: contains(matrix.settings.host, 'ubuntu')
         run: |
         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:"
           echo "Installed tauri-cli version:"
           cargo tauri --version
           cargo tauri --version