From 4585712ed079bcda4c6c42ec6f1337f925bc94b6 Mon Sep 17 00:00:00 2001 From: Aizawa Hikaru <37921907+azwhikaru@users.noreply.github.com> Date: Sat, 20 Nov 2021 13:59:53 +0800 Subject: [PATCH] =?UTF-8?q?2021/11/20=20=E5=A2=9E=E5=8A=A0=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E4=B8=8A=E4=BC=A0=20boot.img?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Make.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Make.yml b/.github/workflows/Make.yml index 8e994b0..5c2ffd3 100644 --- a/.github/workflows/Make.yml +++ b/.github/workflows/Make.yml @@ -14,7 +14,7 @@ on: LIBRARY_BRANCH: description: 'LIBRARY_BRANCH' required: true - default: 'twrp-10.0' + default: 'twrp-10.0-deprecated' DEVICE_URL: description: 'DEVICE_URL' required: true @@ -107,6 +107,7 @@ jobs: files: | 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 }}/boot.img name: ${{ github.event.inputs.DEVICE_NAME }}-${{ github.run_id }} tag_name: ${{ github.run_id }} body: Recovery for ${{ github.event.inputs.DEVICE_NAME }}