Skip to content

Commit

Permalink
makefile: fix wrong env name.
Browse files Browse the repository at this point in the history
Signed-off-by: Carlo Dee <[email protected]>
  • Loading branch information
cd-Crypton committed Aug 8, 2023
1 parent 30729a0 commit dfe8781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Recovery-Builder-TWRP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
cd android-recovery
source build/envsetup.sh
export ALLOW_MISSING_DEPENDENCIES=true
lunch ${{ env.MAKEFILE }}-eng && make clean && make ${{ github.event.inputs.BUILD_TARGET }}image -j$(nproc --all)
lunch ${{ env.DEVICE_MAKEFILE }}-eng && make clean && make ${{ github.event.inputs.BUILD_TARGET }}image -j$(nproc --all)
echo "Done building your ${{ github.event.inputs.BUILD_TARGET }}.img"
- name: Set Build Date # Output will be use in Release
Expand Down

0 comments on commit dfe8781

Please sign in to comment.