Update Recovery Build (Legacy).yml

This commit is contained in:
Momo5418 2024-08-08 07:19:25 +08:00 committed by GitHub
parent 9502f5febd
commit 7380cd6421
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -148,7 +148,7 @@ jobs:
run: | run: |
source build/envsetup.sh source build/envsetup.sh
export ALLOW_MISSING_DEPENDENCIES=true export ALLOW_MISSING_DEPENDENCIES=true
lunch ${{ github.event.inputs.MAKEFILE_NAME }}-eng && make clean && mkae ${{ github.event.inputs.BUILD_TARGET }}image -j$(nproc --all) lunch ${{ github.event.inputs.MAKEFILE_NAME }}-eng && make clean && make ${{ github.event.inputs.BUILD_TARGET }}image -j$(nproc --all)
working-directory: ${{ steps.pwd.outputs.workspace-folder }} working-directory: ${{ steps.pwd.outputs.workspace-folder }}
- name: Upload to Release - name: Upload to Release