Skip to content

Commit

Permalink
Remove Run ID from release name
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainThrowback authored Feb 15, 2024
1 parent 0969616 commit 2893eb2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/Recovery Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,7 @@ jobs:
workspace/out/target/product/${{ inputs.DEVICE_NAME }}/${{ inputs.BUILD_TARGET }}.img
workspace/out/target/product/${{ inputs.DEVICE_NAME }}/obj/PACKAGING/vendor_ramdisk_fragments_intermediates/recovery.*
workspace/out/target/product/${{ inputs.DEVICE_NAME }}/ramdisk-recovery.*
name: >
${{ inputs.DEVICE_NAME }} (TWRP)
Run ID: ${{ github.run_id }}
name: ${{ inputs.DEVICE_NAME }} (TWRP)
tag_name: ${{ github.run_id }}
body: |
Manifest: ${{ inputs.MANIFEST_BRANCH }}
Expand Down

0 comments on commit 2893eb2

Please sign in to comment.