yml: Minor cleanup/changes.

Signed-off-by: Carlo Dandan <carlodandan.personal@proton.me>
This commit is contained in:
Carlo Dandan
2024-01-09 05:13:53 +00:00
parent 0eb35e0d87
commit df0fa02fa2
2 changed files with 19 additions and 17 deletions
+12 -10
View File
@@ -10,7 +10,7 @@ on:
workflow_dispatch:
inputs:
MANIFEST_BRANCH:
description: 'OrangeFox Branch'
description: 'OrangeFox Manifest Branch'
required: true
default: '12.1'
type: choice
@@ -18,19 +18,19 @@ on:
- 12.1
- 11.0
DEVICE_TREE:
description: 'Custom Recovery Tree'
description: 'OrangeFox Device Tree'
required: true
default: 'https://github.com/cd-Crypton/custom_recovery_tree_realme_nashc'
DEVICE_TREE_BRANCH:
description: 'Custom Recovery Tree Branch'
description: 'OrangeFox Device Tree Branch'
required: true
default: 'android-12.1'
DEVICE_PATH:
description: 'Specify your device path.'
description: 'Specify your Device Path'
required: true
default: 'device/realme/nashc'
DEVICE_NAME:
description: 'Specify your Device Codename.'
description: 'Specify your Device Codename'
required: true
default: 'nashc'
BUILD_TARGET:
@@ -45,7 +45,7 @@ on:
jobs:
build:
name: Build OFRP by ${{ github.actor }}
name: Build OFR by ${{ github.actor }}
runs-on: ubuntu-latest
if: github.event.repository.owner.id == github.event.sender.id
env:
@@ -133,11 +133,13 @@ jobs:
files: |
OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/OrangeFox*.img
OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/OrangeFox*.zip
name: Unofficial OrangeFox for ${{ github.event.inputs.DEVICE_NAME }} // ${{ env.BUILD_DATE }}
name: OrangeFox Recovery for ${{ github.event.inputs.DEVICE_NAME }} // ${{ env.BUILD_DATE }}
tag_name: ${{ github.run_id }}
body: |
Build: ${{ github.event.inputs.MANIFEST_BRANCH }}
## OrangeFox Recovery Build - Unofficial
Build: fox_${{ github.event.inputs.MANIFEST_BRANCH }}
Device: [Device Tree/Branch](${{ github.event.inputs.DEVICE_TREE }}/tree/${{ github.event.inputs.DEVICE_TREE_BRANCH }})
Commit: Most recent [commit](${{ github.event.inputs.DEVICE_TREE }}/commit/${{ env.COMMIT_ID }}) during building.
MD5 (img): ${{ env.MD5_IMG }}
MD5 (zip): ${{ env.MD5_ZIP }}
## MD5SUM
* ${{ env.MD5_IMG }} for IMG file.
* ${{ env.MD5_ZIP }} for ZIP file.
+7 -7
View File
@@ -1,16 +1,16 @@
# OrangeFox Action Builder
Compile your first custom recovery from OrangeFox Recovery Project using Github Action.
Compile your first custom recovery from OrangeFox Recovery using Github Action.
# How to Use
1. Fork this repository.
2. Go to `Action` tab > `All workflows` > `OrangeFox - Build` > `Run workflow`, then fill all the required information:
* Manifest Branch (12.1 and 11.0)
* Device Tree (Your device tree repository link)
* Device Tree Branch (Your device tree repository branch)
* Device Name (Your device codename)
* Device Path (device/brand/codename)
* Build Target (boot, reecovery, vendorboot)
* MANIFEST_BRANCH (`12.1` and `11.0`)
* DEVICE_TREE (Your device tree repository link.)
* DEVICE_TREE_BRANCH (Your device tree repository branch.)
* DEVICE_PATH (`device/vendor/codename`)
* DEVICE_NAME (Your device codename)
* BUILD_TARGET (`boot`, `recovery`, `vendorboot`)
# Note
This action will now only support manifest 12.1 and 11.0, since all orangefox manifest below 11.0 are considered obsolete.