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 if [ -n "${{ inputs.version }}" ]; then
VERSION="${{ inputs.version }}" VERSION="${{ inputs.version }}"
else else
VERSION="`date +'%y.%m.%d'`.dev" VERSION="`date +'%y.%m.%d'`"
fi fi
if [ -n "${VERSION}" ]; then if [ -n "${VERSION}" ]; then