Removed/Added more extensions to uploading
This commit is contained in:
parent
0ccec8f401
commit
3c2d674227
4
.github/workflows/OrangeFox-OFRP.yml
vendored
4
.github/workflows/OrangeFox-OFRP.yml
vendored
@ -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: |
|
||||
|
4
.github/workflows/PitchBlack-PBRP.yml
vendored
4
.github/workflows/PitchBlack-PBRP.yml
vendored
@ -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: |
|
||||
|
7
.github/workflows/SkyHawk-SHRP.yml
vendored
7
.github/workflows/SkyHawk-SHRP.yml
vendored
@ -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: |
|
||||
|
5
.github/workflows/TeamWin-TWRP.yml
vendored
5
.github/workflows/TeamWin-TWRP.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user