From 9cdb7829301eece51d0e47e8c9564cc826e34f18 Mon Sep 17 00:00:00 2001 From: Ruchit Date: Sat, 3 Feb 2024 18:15:14 +0530 Subject: [PATCH] [WIP]actions: Upload all zip files --- .github/workflows/Recovery Build (PBRP).yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Recovery Build (PBRP).yml b/.github/workflows/Recovery Build (PBRP).yml index b27e9f42a..4bd1d2c72 100644 --- a/.github/workflows/Recovery Build (PBRP).yml +++ b/.github/workflows/Recovery Build (PBRP).yml @@ -156,7 +156,7 @@ jobs: with: 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 }}/PBRP*.zip + workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/*.zip name: ${{ github.event.inputs.DEVICE_NAME }}-${{ github.run_id }} tag_name: ${{ github.run_id }} body: |