mirror of
https://github.com/AuxXxilium/arc-configs.git
synced 2024-11-23 14:50:52 +07:00
build: fix version
This commit is contained in:
parent
ab0537152a
commit
02823fb8b9
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||||
@ -64,4 +64,4 @@ jobs:
|
|||||||
prerelease: ${{ inputs.prerelease }}
|
prerelease: ${{ inputs.prerelease }}
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
artifacts: |
|
artifacts: |
|
||||||
configs-*.zip
|
configs-*.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user