build: fix

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-11-12 16:51:19 +01:00
parent afb22a6321
commit b036a2aef2

View File

@ -88,8 +88,8 @@ jobs:
. scripts/func.sh
# Modify Source File
ARC_BUILD="`date +'%y%m%d'`-dev"
ARC_VERSION="${{ inputs.version }}"
ARC_BUILD="`date +'%y%m%d'`"
ARC_VERSION="${{ inputs.version }}-dev"
ARC_BRANCH="next"
echo "${ARC_BUILD}" >files/p1/ARC-BUILD
echo "${ARC_VERSION}" >files/p1/ARC-VERSION
@ -160,8 +160,8 @@ jobs:
. scripts/func.sh
# Modify Source File
ARC_BUILD="`date +'%y%m%d'`-dev"
ARC_VERSION="${{ inputs.version }}"
ARC_BUILD="`date +'%y%m%d'`"
ARC_VERSION="${{ inputs.version }}-dev"
ARC_BRANCH="stable"
echo "${ARC_BUILD}" >files/p1/ARC-BUILD
echo "${ARC_VERSION}" >files/p1/ARC-VERSION