From 98dbe8ca2370475db6851da15ff3f2bcc79791e7 Mon Sep 17 00:00:00 2001 From: lopestorm Date: Tue, 1 Aug 2023 10:41:42 -0300 Subject: [PATCH] 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. --- .github/workflows/Recovery Build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Recovery Build.yml b/.github/workflows/Recovery Build.yml index 65e6fc1..19b79b2 100644 --- a/.github/workflows/Recovery Build.yml +++ b/.github/workflows/Recovery Build.yml @@ -157,6 +157,7 @@ jobs: 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 }}/*.zip + workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/*vendor*.img name: ${{ github.event.inputs.DEVICE_NAME }}-${{ github.run_id }} tag_name: ${{ github.run_id }} body: |