Skip to content

Commit

Permalink
Update release naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainThrowback authored Feb 15, 2024
1 parent 3fe1306 commit 72beb36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Recovery Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,13 +210,13 @@ 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: |
TWRP for ${{ inputs.DEVICE_NAME }}
name: >
${{ inputs.DEVICE_NAME }} (${GITHUB_REF_NAME}
Run ID: ${{ github.run_id }}
tag_name: ${{ github.run_id }}
body: |
Manifest: ${{ inputs.MANIFEST_BRANCH }}
Device: ${{ inputs.DEVICE_NAME }}
Target: ${{ inputs.BUILD_TARGET }}.img
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 72beb36

Please sign in to comment.