Skip to content

Commit 2f10afc

Browse files
committed
build(build.sh): replace + with _ for buildnumber postfix
1 parent b85e35e commit 2f10afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ main() {
144144
if [[ -z "${BUILD_NUMBER+x}" ]]; then
145145
BUILD_NUMBER=$(date "+%s")
146146
fi
147-
default="$UNITY_VERSION+$BUILD_NUMBER"
147+
default="${UNITY_VERSION}_${BUILD_NUMBER}"
148148
export UNITY_VERSION_STRING=${UNITY_VERSION_STRING:-$default}
149149

150150
for i in "$@"; do

0 commit comments

Comments
 (0)