From 0db88cd219a03778fa39a492abc613a792353f9f Mon Sep 17 00:00:00 2001 From: Djuri Baars Date: Fri, 3 Nov 2023 16:17:02 +0100 Subject: [PATCH] Fix release tagging --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 0f6b4f5..fff9f24 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -64,7 +64,7 @@ jobs: - name: Create release uses: ncipollo/release-action@v1 with: - name: release-${{ steps.date.outputs.dateAndTime }} + name: release-${{ steps.dateAndTime.outputs.dateAndTime }} artifacts: "output/full-firmware.bin,output/full-firmware.sha256,.pio/build/esp32wemos-s3-mini_BW/*.bin" allowUpdates: true removeArtifacts: true