From 1f974f4f37134a3f077542e8e9b4f69e62494e5c Mon Sep 17 00:00:00 2001 From: Carlo Dandan | Not a Developer <115797725+cd-Spidey@users.noreply.github.com> Date: Thu, 3 Nov 2022 09:13:15 +0800 Subject: [PATCH] Added `${{ github.run_id }}` in Release Name/ Some builds are in the same day, using same date, and its kinda confusing. --- .github/workflows/Recovery-Builder-TWRP.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Recovery-Builder-TWRP.yml b/.github/workflows/Recovery-Builder-TWRP.yml index 1b5e82d..6eda5e3 100644 --- a/.github/workflows/Recovery-Builder-TWRP.yml +++ b/.github/workflows/Recovery-Builder-TWRP.yml @@ -153,7 +153,7 @@ jobs: uses: softprops/action-gh-release@v1 with: files: workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/${{ github.event.inputs.MANIFEST_BRANCH }}*.img - name: Unofficial TWRP for ${{ github.event.inputs.DEVICE_NAME }} - Build ${{ steps.props.outputs.date }} + name: Unofficial TWRP for ${{ github.event.inputs.DEVICE_NAME }} - Build ${{ steps.props.outputs.date }} / ${{ github.run_id }} tag_name: ${{ github.run_id }}-${{ steps.props.outputs.date }} body: | Device: ${{ github.event.inputs.DEVICE_NAME }}