2021/11/20 增加默认上传 boot.img
This commit is contained in:
parent
4953024fc1
commit
4585712ed0
3
.github/workflows/Make.yml
vendored
3
.github/workflows/Make.yml
vendored
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user