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