Skip to content

Update OrangeFox-nabu.yml #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
26 changes: 13 additions & 13 deletions .github/workflows/OrangeFox-Compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,28 @@ on:
default: '12.1'
type: choice
options:
- 12.1
- 11.0
- Android_12.1
- Android_11.0
DEVICE_TREE:
description: 'OrangeFox Device Tree'
description: 'Xiaomi_Pad_5 Tree'
required: true
default: 'https://github.com/cd-Crypton/custom_recovery_tree_realme_nashc'
default: 'https://github.com/OrangeFoxRecovery/device_xiaomi_nabu'
DEVICE_TREE_BRANCH:
description: 'OrangeFox Device Tree Branch'
description: 'Device Tree Branch'
required: true
default: 'android-12.1'
default: 'fox_12.1'
DEVICE_PATH:
description: 'Specify your Device Path'
description: 'vendor/device'
required: true
default: 'device/realme/nashc'
default: 'device/xiaomi/nabu'
DEVICE_NAME:
description: 'Specify your Device Codename'
description: '21051182G'
required: true
default: 'nashc'
default: 'nabu'
BUILD_TARGET:
description: 'Specify your Build Target'
description: 'boot'
required: true
default: 'recovery'
default: 'boot'
type: choice
options:
- boot
Expand All @@ -45,7 +45,7 @@ on:

jobs:
build:
name: Build OFR by ${{ github.actor }}
name: Build OrangeFox for nabu
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down