2021/11/20 增加默认上传 boot.img

This commit is contained in:
Aizawa Hikaru 2021-11-20 13:59:53 +08:00 committed by GitHub
parent 4953024fc1
commit 4585712ed0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ on:
LIBRARY_BRANCH: LIBRARY_BRANCH:
description: 'LIBRARY_BRANCH' description: 'LIBRARY_BRANCH'
required: true required: true
default: 'twrp-10.0' default: 'twrp-10.0-deprecated'
DEVICE_URL: DEVICE_URL:
description: 'DEVICE_URL' description: 'DEVICE_URL'
required: true required: true
@ -107,6 +107,7 @@ jobs:
files: | files: |
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 }}/recovery.img workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/recovery.img
workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/boot.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: Recovery for ${{ github.event.inputs.DEVICE_NAME }} body: Recovery for ${{ github.event.inputs.DEVICE_NAME }}