Update OrangeFox-Compile.yml

Signed-off-by: TanKanT97 <108915004+TanKanT97@users.noreply.github.com>
This commit is contained in:
TanKanT97
2024-07-29 03:52:14 -04:00
committed by GitHub
parent 58499f053a
commit 8894898fa3
+1 -1
View File
@@ -103,7 +103,7 @@ jobs:
source build/envsetup.sh
export ALLOW_MISSING_DEPENDENCIES=true
set -e
lunch cm_${{ github.event.inputs.DEVICE_NAME }}-userdebug && make clean && mka adbd ${{ github.event.inputs.BUILD_TARGET }}image
lunch full_${{ github.event.inputs.DEVICE_NAME }}-userdebug && make clean && mka adbd ${{ github.event.inputs.BUILD_TARGET }}image
- name: Set Release Properties
run: |