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