Skip to content

Commit

Permalink
Tag Release Builds w. Unix/Linux Date Time shell commands
Browse files Browse the repository at this point in the history
  • Loading branch information
RE3CON committed Nov 3, 2023
1 parent eccdaad commit 0cf8405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 0cf8405

Please sign in to comment.