From f97ccb9df5f305729f9df4bb9189a4754641097b Mon Sep 17 00:00:00 2001 From: th7 <69128819+Tonyha7@users.noreply.github.com> Date: Sat, 4 Mar 2023 18:04:58 +0800 Subject: [PATCH] Also release zip --- .github/workflows/Recovery Build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Recovery Build.yml b/.github/workflows/Recovery Build.yml index 10c1ded..65e6fc1 100644 --- a/.github/workflows/Recovery Build.yml +++ b/.github/workflows/Recovery Build.yml @@ -154,7 +154,9 @@ jobs: - name: Upload to Release uses: softprops/action-gh-release@v1 with: - files: workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/${{ github.event.inputs.BUILD_TARGET }}.img + 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 name: ${{ github.event.inputs.DEVICE_NAME }}-${{ github.run_id }} tag_name: ${{ github.run_id }} body: |