Removed/Added more extensions to uploading

This commit is contained in:
lazycodebuilder 2024-05-09 18:46:25 +00:00
parent 0ccec8f401
commit 3c2d674227
4 changed files with 8 additions and 14 deletions

View File

@ -161,9 +161,7 @@ jobs:
OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/OrangeFox*.img
OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/OrangeFox*.img.tar
OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/OrangeFox*.zip
OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/ramdisk*.img
OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/*.gz
OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/*.lz4
OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/ramdisk-recovery.*
name: Unofficial OrangeFox for ${{ github.event.inputs.DEVICE_NAME }} // ${{ env.BUILD_DATE }}
tag_name: ${{ github.run_id }}
body: |

View File

@ -175,9 +175,7 @@ jobs:
files: |
android-recovery/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/${{ env.BUILD_TARGET_NAME }}.img
android-recovery/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/PBRP*.zip
android-recovery/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/ramdisk*.img
android-recovery/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/*.gz
android-recovery/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/*.lz4
android-recovery/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/ramdisk-recovery.*
name: Unofficial PBRP for ${{ github.event.inputs.DEVICE_NAME }} // ${{ env.BUILD_DATE }}
tag_name: ${{ github.run_id }}
body: |

View File

@ -6,13 +6,14 @@ on:
MANIFEST:
description: 'SHRP Manifest'
required: true
default: 'https://github.com/lazymeao/manifest_sh.git'
default: 'https://github.com/SHRP/manifest.git'
MANIFEST_BRANCH:
description: 'SHRP Manifest Branch'
required: true
default: ''
type: choice
options:
- shrp-12.1
- v3_11.0
- v3_10.0
- v3_9.0
@ -174,9 +175,7 @@ jobs:
files: |
android-recovery/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/${{ env.BUILD_TARGET_NAME }}.img
android-recovery/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/SHRP*.zip
android-recovery/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/ramdisk*.img
android-recovery/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/*.gz
android-recovery/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/*.lz4
android-recovery/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/ramdisk-recovery.*
name: Unofficial SHRP For ${{ github.event.inputs.DEVICE_NAME }} // ${{ env.BUILD_DATE }}
tag_name: ${{ github.run_id }}
body: |

View File

@ -178,9 +178,8 @@ jobs:
with:
files: |
android-recovery/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/${{ env.BUILD_TARGET_NAME }}.img
android-recovery/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/ramdisk*.img
android-recovery/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/*.gz
android-recovery/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/*.lz4
android-recovery/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/*installer*zip
android-recovery/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/ramdisk-recovery.*
name: Unofficial TWRP for ${{ github.event.inputs.DEVICE_NAME }} // ${{ env.BUILD_DATE }}
tag_name: ${{ github.run_id }}
body: |