Skip to content
Open
Show file tree
Hide file tree
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
21 changes: 11 additions & 10 deletions .github/workflows/Recovery Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ on:
DEVICE_TREE_URL:
description: 'DEVICE_TREE_URL'
required: true
default: 'https://github.com/TeamWin/android_device_asus_I003D'
default: 'https://github.com/twrpdtgen/android_device_samsung_m14x'
DEVICE_TREE_BRANCH:
description: 'DEVICE_TREE_BRANCH'
required: true
default: 'android-12.1'
default: 'main'
DEVICE_PATH:
description: 'DEVICE_PATH'
required: true
default: 'device/asus/I003D'
default: 'devtecnsamsung/m14x'
COMMON_TREE_URL:
description: 'COMMON_TREE_URL (if no common tree, leave blank)'
required: false
Expand All @@ -32,11 +32,11 @@ on:
DEVICE_NAME:
description: 'DEVICE_NAME'
required: true
default: 'I003D'
default: 'm14x'
MAKEFILE_NAME:
description: 'MAKEFILE_NAME'
required: true
default: 'twrp_I003D'
default: 'twrp'
BUILD_TARGET:
description: 'BUILD_TARGET'
required: true
Expand Down Expand Up @@ -101,8 +101,8 @@ jobs:
mkdir workspace
cd workspace
echo "workspace-folder=$(pwd)" >> $GITHUB_OUTPUT
git config --global user.name "Nico170420"
git config --global user.email "b170420nc@gmail.com"
git config --global user.name "kaii-lb"
git config --global user.email "imkaiilb@gmail.com"
repo init --depth=1 -u ${{ github.event.inputs.MANIFEST_URL }} -b ${{ github.event.inputs.MANIFEST_BRANCH }}
id: pwd

Expand Down Expand Up @@ -155,9 +155,10 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/${{ github.event.inputs.BUILD_TARGET }}.img
workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/*.zip
workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/*vendor*.img
#workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/${{ github.event.inputs.BUILD_TARGET }}.img
#workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/*.zip
#workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/*vendor*.img
workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/*
name: ${{ github.event.inputs.DEVICE_NAME }}-${{ github.run_id }}
tag_name: ${{ github.run_id }}
body: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

---

## OrangeFox is [here](https://github.com/azwhikaru/Action-OFRP-Builder)
## OrangeFox is [here](https://github.com/kelexine/Orange-Fox-builder)

---

Expand Down