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 }}