Update OrangeFox-OFRP.yml

This commit is contained in:
ragebreaker 2024-08-15 17:22:33 +05:30 committed by GitHub
parent 27cc005a1c
commit 21d29771f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,9 +33,9 @@ on:
default: 'recovery'
type: choice
options:
- boot
- recovery
- vendorboot
- bootimage
- recoveryimage
- vendorbootimage
jobs:
build:
@ -108,7 +108,7 @@ jobs:
source build/envsetup.sh
export ALLOW_MISSING_DEPENDENCIES=true
set -e
lunch twrp_${{ github.event.inputs.DEVICE_NAME }}-eng && make clean && mka adbd ${{ github.event.inputs.BUILD_TARGET }}image
lunch twrp_${{ github.event.inputs.DEVICE_NAME }}-eng && make clean && mka adbd ${{ github.event.inputs.BUILD_TARGET }}
- name: Set Build Date # Build date in UTC
run: |