Update twrp Build.yml

This commit is contained in:
neophyte-w 2025-06-05 01:13:05 +08:00 committed by GitHub
parent 3b608c7604
commit f2d91af5f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,11 +10,11 @@ on:
MANIFEST_BRANCH:
description: 'MANIFEST_BRANCH'
required: true
default: 'twrp-12.1'
default: 'twrp-14'
DEVICE_TREE_URL:
description: 'DEVICE_TREE_URL'
required: true
default: 'https://github.com/neophyte-w/android_xiaomi_liuqin'
default: 'https://github.com/neophyte-w/android_lahaina_devices_tree'
DEVICE_TREE_BRANCH:
description: 'main'
required: true
@ -22,7 +22,7 @@ on:
DEVICE_PATH:
description: 'DEVICE_PATH'
required: true
default: 'device/xiaomi/liuqin'
default: 'device/qualcomm/lahaina'
COMMON_TREE_URL:
description: 'COMMON_TREE_URL (if no common tree, leave blank)'
required: false
@ -32,15 +32,15 @@ on:
DEVICE_NAME:
description: 'DEVICE_NAME'
required: true
default: 'liuqin'
default: 'lahaina'
MAKEFILE_NAME:
description: 'MAKEFILE_NAME'
required: true
default: 'omni_liuqin'
default: 'omni_lahaina'
BUILD_TARGET:
description: 'BUILD_TARGET'
required: true
default: 'recovery'
default: 'boot'
jobs:
build:
@ -156,7 +156,7 @@ jobs:
run: |
source build/envsetup.sh
export ALLOW_MISSING_DEPENDENCIES=true
lunch ${{ github.event.inputs.MAKEFILE_NAME }}-eng && make clean && make ${{ github.event.inputs.BUILD_TARGET }}image -j$(nproc --all)
lunch omni_RMX2202-eng && make clean && make ${{ github.event.inputs.BUILD_TARGET }}image -j$(nproc --all)
working-directory: ${{ steps.pwd.outputs.workspace-folder }}
- name: Upload to Release