diff --git a/.github/workflows/OrangeFox-OFRP.yml b/.github/workflows/OrangeFox-OFRP.yml index e11c47e..5df1f1a 100644 --- a/.github/workflows/OrangeFox-OFRP.yml +++ b/.github/workflows/OrangeFox-OFRP.yml @@ -160,10 +160,8 @@ jobs: files: | 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 }}/OrangeFox*.zip + 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: | diff --git a/.github/workflows/PitchBlack-PBRP.yml b/.github/workflows/PitchBlack-PBRP.yml index 315c36c..59bee7a 100644 --- a/.github/workflows/PitchBlack-PBRP.yml +++ b/.github/workflows/PitchBlack-PBRP.yml @@ -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: | diff --git a/.github/workflows/SkyHawk-SHRP.yml b/.github/workflows/SkyHawk-SHRP.yml index 0bfcc33..5b68d3e 100644 --- a/.github/workflows/SkyHawk-SHRP.yml +++ b/.github/workflows/SkyHawk-SHRP.yml @@ -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: | diff --git a/.github/workflows/TeamWin-TWRP.yml b/.github/workflows/TeamWin-TWRP.yml index 6bec045..3699933 100644 --- a/.github/workflows/TeamWin-TWRP.yml +++ b/.github/workflows/TeamWin-TWRP.yml @@ -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: |