build: fix version

This commit is contained in:
AuxXxilium 2024-11-13 11:09:40 +01:00
parent ab0537152a
commit 02823fb8b9

View File

@ -39,7 +39,7 @@ jobs:
if [ -n "${{ inputs.version }}" ]; then
VERSION="${{ inputs.version }}"
else
VERSION="`date +'%y.%m.%d'`.dev"
VERSION="`date +'%y.%m.%d'`"
fi
if [ -n "${VERSION}" ]; then
@ -64,4 +64,4 @@ jobs:
prerelease: ${{ inputs.prerelease }}
allowUpdates: true
artifacts: |
configs-*.zip
configs-*.zip