From 02823fb8b919b68dafc750bfa3bb0523e6ad22d5 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Wed, 13 Nov 2024 11:09:40 +0100 Subject: [PATCH] build: fix version --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2fd8553..50769fc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 \ No newline at end of file + configs-*.zip