mirror of
https://github.com/RetroDECK/MAME.git
synced 2024-11-21 20:35:37 +00:00
Fixed release tag
This commit is contained in:
parent
101e7c07c4
commit
02401d4c22
2
.github/workflows/build_mame.yml
vendored
2
.github/workflows/build_mame.yml
vendored
|
@ -66,7 +66,7 @@ jobs:
|
|||
- name: Publish the artifacts in a release
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
tag: "${{env.BRANCH_NAME}}-${{ env.buildid }}"
|
||||
tag: "${{env.BRANCH_NAME}}-$(date +'%d%m%y')"
|
||||
body: |
|
||||
# Release Notes (Cooker)
|
||||
These are the artifact of RetroDECK MAME, commit: ${{ github.event.repository.full_name }}@${{github.sha}}.
|
||||
|
|
Loading…
Reference in a new issue