From 8bbc0009f69002db53cd9c3119480abc6ea5c92f Mon Sep 17 00:00:00 2001 From: Minh141120 Date: Thu, 21 Aug 2025 16:20:29 +0700 Subject: [PATCH] chore: update default installer for windows --- .github/workflows/autoqa-migration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/autoqa-migration.yml b/.github/workflows/autoqa-migration.yml index 1fef401e9..15b1fed7e 100644 --- a/.github/workflows/autoqa-migration.yml +++ b/.github/workflows/autoqa-migration.yml @@ -7,10 +7,12 @@ on: description: 'Windows OLD installer URL or path (.exe)' required: true type: string + default: 'https://catalog.jan.ai/windows/Jan_0.6.7_x64-setup.exe' new_windows_installer: description: 'Windows NEW installer URL or path (.exe)' required: true type: string + default: 'https://catalog.jan.ai/windows/Jan_0.6.8_x64-setup.exe' old_ubuntu_installer: description: 'Ubuntu OLD installer URL or path (.deb)' required: false