From 826701cf4696d57612903e631097b1826b9d9fb8 Mon Sep 17 00:00:00 2001 From: Huakun Shen Date: Tue, 5 Nov 2024 14:55:06 -0500 Subject: [PATCH] ci: try to fix beta-build CI --- .github/workflows/beta-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/beta-build.yml b/.github/workflows/beta-build.yml index 6211533..d095ca4 100644 --- a/.github/workflows/beta-build.yml +++ b/.github/workflows/beta-build.yml @@ -67,7 +67,8 @@ jobs: - name: Update tauri.conf.json if: ${{ github.event_name != 'schedule' && !inputs.updater }} - run: yq -i '.tauri.updater.active = false' src-tauri/tauri.conf.json + run: yq -i '.bundle.active = false' src-tauri/tauri.conf.json + working-directory: apps/desktop - name: Upload tauri-config if: ${{ github.event_name != 'schedule' && !inputs.updater }}