From 72beb36fdd7a0af92ca21c1564f310b13eb8496d Mon Sep 17 00:00:00 2001 From: Captain Throwback Date: Wed, 14 Feb 2024 23:41:50 -0500 Subject: [PATCH] Update release naming convention --- .github/workflows/Recovery Build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Recovery Build.yml b/.github/workflows/Recovery Build.yml index e9f43d2f6..2b1bfe24e 100644 --- a/.github/workflows/Recovery Build.yml +++ b/.github/workflows/Recovery Build.yml @@ -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 }}