From 01a03b7fc2ae25710357eeb03be87802b241daae Mon Sep 17 00:00:00 2001 From: Aizawa Hikaru <37921907+azwhikaru@users.noreply.github.com> Date: Sat, 30 Oct 2021 13:17:21 +0800 Subject: [PATCH] Modify upload file rules: add OFRP and SHRP file names Modify upload file rules: add OFRP and SHRP file names --- .github/workflows/Make.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Make.yml b/.github/workflows/Make.yml index 0a95c2c..785fd76 100644 --- a/.github/workflows/Make.yml +++ b/.github/workflows/Make.yml @@ -103,8 +103,10 @@ jobs: run: | PATH=~/bin:$PATH cd workspace - zip ./${{ github.event.inputs.DEVICE_NAME }}-Built.zip ./out/target/product/${{ github.event.inputs.DEVICE_NAME }}/*.zip - zip -m ./${{ github.event.inputs.DEVICE_NAME }}-Built.zip ./out/target/product/${{ github.event.inputs.DEVICE_NAME }}/*.img + zip ./${{ github.event.inputs.DEVICE_NAME }}-Built.zip ./out/target/product/OrangeFox-Unofficial-${{ github.event.inputs.DEVICE_NAME }}.zip + zip -m ./${{ github.event.inputs.DEVICE_NAME }}-Built.zip ./out/target/product/OrangeFox-Unofficial-${{ github.event.inputs.DEVICE_NAME }}.img + zip -m ./${{ github.event.inputs.DEVICE_NAME }}-Built.zip ./out/target/product/${{ github.event.inputs.DEVICE_NAME }}/recovery.img + zip -m ./${{ github.event.inputs.DEVICE_NAME }}-Built.zip ./out/target/product/${{ github.event.inputs.DEVICE_NAME }}/SHRP_*.zip - name: Upload to Release uses: softprops/action-gh-release@v1