From cd8f6edadb451707b9a32f57847d845d02acf5db Mon Sep 17 00:00:00 2001 From: unreal3579 Date: Wed, 19 Jul 2023 09:43:06 +0300 Subject: [PATCH] Update Recovery Build.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Сборка PBRP --- .github/workflows/Recovery Build.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Recovery Build.yml b/.github/workflows/Recovery Build.yml index cedaef20a..5870b8919 100644 --- a/.github/workflows/Recovery Build.yml +++ b/.github/workflows/Recovery Build.yml @@ -11,6 +11,7 @@ on: options: - 'https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp' - 'https://github.com/SHRP/manifest.git' + - 'https://github.com/PitchBlackRecoveryProject/manifest_pb' MANIFEST_BRANCH: description: 'MANIFEST_BRANCH' required: true @@ -19,6 +20,7 @@ on: options: - 'twrp-12.1' - 'shrp-12.1' + - 'android-12.1' DEVICE_TREE_URL: description: 'DEVICE_TREE_URL' required: true @@ -27,6 +29,7 @@ on: options: - 'https://github.com/unreal3579/device_xiaomi_ziyi' - 'https://github.com/unreal3579/device_xiaomi_ziyi_shrp' + - 'https://github.com/unreal3579/device_xiaomi_ziyi_pbrp' DEVICE_TREE_BRANCH: description: 'DEVICE_TREE_BRANCH' required: true @@ -35,6 +38,7 @@ on: options: - 'twrp-12.1' - 'shrp-12.1' + - 'android-12.1' DEVICE_PATH: description: 'DEVICE_PATH' required: true @@ -50,7 +54,13 @@ on: BUILD_TARGET: description: 'BUILD_TARGET' required: true - default: 'recovery' + default: 'recoveryimage' + type: choice + options: + - 'recoveryimage' + - 'bootimage' + - 'vendorbootimage' + - 'pbrp' APPLYPATCH: description: 'Apply diff.patch (true or false)' required: true