Skip to content

Commit

Permalink
Added ${{ github.run_id }} in Release Name/
Browse files Browse the repository at this point in the history
Some builds are in the same day, using same date, and its kinda confusing.
  • Loading branch information
carlodandan authored Nov 3, 2022
1 parent 92a18a2 commit 1f974f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Recovery-Builder-TWRP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 1f974f4

Please sign in to comment.