From 86b5497789d977d20daf3b69a8a7ae74618f86bb Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 23 Jan 2024 09:53:28 +0100 Subject: [PATCH] TAG: fixing --- .github/workflows/build_mame.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_mame.yml b/.github/workflows/build_mame.yml index 740c3bb..ab4d3b1 100644 --- a/.github/workflows/build_mame.yml +++ b/.github/workflows/build_mame.yml @@ -63,10 +63,14 @@ jobs: id: branch_name run: echo "BRANCH_NAME=$(echo $GITHUB_REF | sed 's|refs/heads/||')" >> $GITHUB_ENV + - name: Get date + id: date + run: echo "DATE=$(date +'%d%m%y')" >> $GITHUB_ENV + - name: Publish the artifacts in a release uses: ncipollo/release-action@v1 with: - tag: "${{env.BRANCH_NAME}}-$(date +'%d%m%y')" + tag: "${{env.BRANCH_NAME}}-${{env.DATE}}" body: | # Release Notes (Cooker) These are the artifact of RetroDECK MAME, commit: ${{ github.event.repository.full_name }}@${{github.sha}}.