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 }}