Skip to content

Commit

Permalink
add time stamp string, ensure each release is uniquely identified by …
Browse files Browse the repository at this point in the history
…both the tag and name
  • Loading branch information
asmwarrior committed Sep 23, 2024
1 parent 47ead7d commit 05cd125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ jobs:
- uses: ncipollo/release-action@v1
with:
allowUpdates: true
tag: ${{ steps.build.outputs.RELEASE_TAG }}
name: ${{ steps.build.outputs.RELEASE_NAME }}
tag: ${{ steps.build.outputs.RELEASE_TAG }}-${{ steps.time.outputs.time }}
name: ${{ steps.build.outputs.RELEASE_NAME }} at ${{ steps.time.outputs.time }}
artifacts: "D:/msys64/opt/codeblocks64.7z"
body: |
This is ${{ steps.build.outputs.RELEASE_NAME }} at Time stamp ${{ steps.time.outputs.time }}. Please read the instructions first.
Expand Down

0 comments on commit 05cd125

Please sign in to comment.