From 33ee0a04c6384417a55e71dc89d945cacdc10928 Mon Sep 17 00:00:00 2001 From: YHH <359807859@qq.com> Date: Thu, 16 Oct 2025 23:20:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7tauri-action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-editor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-editor.yml b/.github/workflows/release-editor.yml index 6d80d52b..10059c11 100644 --- a/.github/workflows/release-editor.yml +++ b/.github/workflows/release-editor.yml @@ -86,7 +86,7 @@ jobs: npm run build - name: Build Tauri app - uses: tauri-apps/tauri-action@v0 + uses: tauri-apps/tauri-action@v0.5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }} @@ -99,6 +99,7 @@ jobs: releaseDraft: false prerelease: false includeUpdaterJson: true + updaterJsonKeepUniversal: false args: ${{ matrix.platform == 'macos-latest' && format('--target {0}', matrix.target) || '' }} # 构建成功后,创建 PR 更新版本号