Main builder has the wrong version date applied, this corrects it.

This commit is contained in:
fewtarius 2022-04-17 20:31:18 -04:00
parent 04fc4614ac
commit 0961a40451
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -54,7 +54,7 @@ jobs:
echo "::set-output name=release_notes::${release_notes}"
- name: Get date for artifacts
id: date
run: echo "::set-output name=date::$(date +'%Y%m%d%H%M')"
run: echo "::set-output name=date::$(date +'%Y%m%d')"
- name: Repository Dispatch
if: steps.changes.outputs.changes != '0'