Update Recovery Build.yml

*vendor*.img
Since [vendorboot]image need to compile with lunch so the img file compiled has vendor_boot file name. The actions cannot release & upload correct img file because has different names.
This commit is contained in:
lopestorm 2023-08-01 10:41:42 -03:00 committed by GitHub
parent 2f2e94276f
commit 98dbe8ca23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -157,6 +157,7 @@ jobs:
files: | files: |
workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/${{ github.event.inputs.BUILD_TARGET }}.img workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/${{ github.event.inputs.BUILD_TARGET }}.img
workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/*.zip workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/*.zip
workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/*vendor*.img
name: ${{ github.event.inputs.DEVICE_NAME }}-${{ github.run_id }} name: ${{ github.event.inputs.DEVICE_NAME }}-${{ github.run_id }}
tag_name: ${{ github.run_id }} tag_name: ${{ github.run_id }}
body: | body: |