diff --git a/.github/workflows/OrangeFox-Compile.yml b/.github/workflows/OrangeFox-Compile.yml index c58fb76..dfd21a5 100644 --- a/.github/workflows/OrangeFox-Compile.yml +++ b/.github/workflows/OrangeFox-Compile.yml @@ -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: |