Skip to content

Commit

Permalink
Update Recovery-Builder-TWRP.yml
Browse files Browse the repository at this point in the history
Signed-off-by: TheNoobDevs <[email protected]>
  • Loading branch information
MrFluffyOven-Secondary authored Jun 3, 2024
1 parent 799c56f commit 1228e91
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/Recovery-Builder-TWRP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
android-recovery/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/${{ github.event.inputs.BUILD_TARGET }}.img
android-recovery/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/${{ github.event.inputs.BUILD_TARGET }}.img
android-recovery/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/${{ github.event.inputs.BUILD_TARGET }}.tar
name: Unofficial TWRP for ${{ github.event.inputs.DEVICE_NAME }} // ${{ env.BUILD_DATE }}
tag_name: ${{ github.run_id }}
body: |
Expand All @@ -172,7 +173,8 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
android-recovery/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/vendor_boot.img
android-recovery/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/vendor_boot.img
android-recovery/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/vendor_boot.tar
name: Unofficial TWRP for ${{ github.event.inputs.DEVICE_NAME }} // ${{ env.BUILD_DATE }}
tag_name: ${{ github.run_id }}
body: |
Expand Down

0 comments on commit 1228e91

Please sign in to comment.