From 3b608c76045523cef0f9e97973853acbe84a2395 Mon Sep 17 00:00:00 2001 From: neophyte-w <122590776+neophyte-w@users.noreply.github.com> Date: Tue, 20 May 2025 14:42:56 +0800 Subject: [PATCH] Update Recovery Build.yml liuqin --- .github/workflows/Recovery Build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/Recovery Build.yml b/.github/workflows/Recovery Build.yml index 87db40d..8b81d43 100644 --- a/.github/workflows/Recovery Build.yml +++ b/.github/workflows/Recovery Build.yml @@ -14,15 +14,15 @@ on: DEVICE_TREE_URL: description: 'DEVICE_TREE_URL' required: true - default: 'https://github.com/TeamWin/android_device_asus_I003D' + default: 'https://github.com/neophyte-w/android_xiaomi_liuqin' DEVICE_TREE_BRANCH: - description: 'DEVICE_TREE_BRANCH' + description: 'main' required: true - default: 'android-12.1' + default: 'android-15' DEVICE_PATH: description: 'DEVICE_PATH' required: true - default: 'device/asus/I003D' + default: 'device/xiaomi/liuqin' COMMON_TREE_URL: description: 'COMMON_TREE_URL (if no common tree, leave blank)' required: false @@ -32,11 +32,11 @@ on: DEVICE_NAME: description: 'DEVICE_NAME' required: true - default: 'I003D' + default: 'liuqin' MAKEFILE_NAME: description: 'MAKEFILE_NAME' required: true - default: 'twrp_I003D' + default: 'omni_liuqin' BUILD_TARGET: description: 'BUILD_TARGET' required: true