Mac: add missing ‘then’

This commit is contained in:
Benitoite 2023-03-08 15:57:07 -08:00 committed by GitHub
parent f92dca3e59
commit ee2ebabb78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ function CreateDmg {
fi
if [[ -n $CONTINUOUS ]]; then
BRANCH=$(git branch --show-current)
if test -z "${BRANCH}"
if test -z "${BRANCH}"; then
BRANCH=$(git rev-parse --short HEAD)
fi
mv "${PROJECT_NAME}_macOS_${arch}_latest.zip" "${PROJECT_NAME}_${BRANCH}_macOS_${CMAKE_BUILD_TYPE}.zip"