From e1c7b312008029392d751b9ea1033cb2b2fa0438 Mon Sep 17 00:00:00 2001 From: TanKanT97 <108915004+TanKanT97@users.noreply.github.com> Date: Mon, 29 Jul 2024 03:27:38 -0400 Subject: [PATCH] Update OrangeFox-Compile.yml Signed-off-by: TanKanT97 <108915004+TanKanT97@users.noreply.github.com> --- .github/workflows/OrangeFox-Compile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/OrangeFox-Compile.yml b/.github/workflows/OrangeFox-Compile.yml index 4ee721b..c58fb76 100644 --- a/.github/workflows/OrangeFox-Compile.yml +++ b/.github/workflows/OrangeFox-Compile.yml @@ -24,7 +24,7 @@ on: DEVICE_TREE_BRANCH: description: 'OrangeFox Device Tree Branch' required: true - default: 'cm-14.1' + default: 'cm-12.1' DEVICE_PATH: description: 'Specify your Device Path' required: true @@ -103,7 +103,7 @@ jobs: source build/envsetup.sh export ALLOW_MISSING_DEPENDENCIES=true set -e - lunch lineage_${{ github.event.inputs.DEVICE_NAME }}-userdebug && make clean && mka adbd ${{ github.event.inputs.BUILD_TARGET }}image + lunch cm_${{ github.event.inputs.DEVICE_NAME }}-userdebug && make clean && mka adbd ${{ github.event.inputs.BUILD_TARGET }}image - name: Set Release Properties run: |