Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/OrangeFox-OFRP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ on:
DEVICE_TREE:
description: 'Custom Recovery Tree'
required: true
default: 'https://github.com/lazycodebuilder/recovery_rmx1851'
default: 'https://github.com/MrPankaj24/android_device_samsung_m14x_orange_fox'
DEVICE_TREE_BRANCH:
description: 'Custom Recovery Tree Branch'
required: true
default: 'android-14_ofrp'
BUILD_TARGET:
default: 'android-12.1'
BUILD_TARGET: 'device/samsung/m14x'
description: 'Specify your Build Target'
required: true
default: 'recovery'
Expand All @@ -40,8 +40,8 @@ on:
type: boolean
LDCHECKPATH:
description: 'Path of blobs to check' # Use it know what kind of dependencies your missing for decryption blobs.
required: true
default: 'system/bin/qseecomd'
required: false
default: ''

jobs:
build:
Expand Down