From 0cf8405d57eab7ab654548e0542d16504c087e0e Mon Sep 17 00:00:00 2001 From: Chris <35396009+RE3CON@users.noreply.github.com> Date: Sat, 4 Nov 2023 00:16:56 +0100 Subject: [PATCH] Tag Release Builds w. Unix/Linux Date Time shell commands Unix/Linux Date Time shell commands: https://renenyffenegger.ch/notes/Linux/shell/commands/date/ --- .github/workflows/main release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main release.yml b/.github/workflows/main release.yml index cbc7a1a7d..91da4f3f9 100644 --- a/.github/workflows/main release.yml +++ b/.github/workflows/main release.yml @@ -53,7 +53,7 @@ jobs: - name: Get the date id: date - run: echo "::set-output name=date::$(date +'%A %d.%m.y %H:%M (Z)')" #>> $GITHUB_OUTPUT + run: echo "::set-output name=date::$(date +'%A %d.%m.%y %H:%M (%Z)')" #>> $GITHUB_OUTPUT # run: echo "::set-output name=date::$(date +'%Y-%m-%d')" - name: 'Add unpacked FW to release'