ci: try to fix beta-build CI

This commit is contained in:
Huakun Shen 2024-11-05 14:55:06 -05:00
parent f6341079c8
commit 826701cf46
No known key found for this signature in database
GPG Key ID: 967DBC3ECBD63A70

View File

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