Modify bb64/publish.sh
This commit is contained in:
@ -13,7 +13,7 @@ if [ "$ARCH" = "aarch64" ]; then
|
||||
fi
|
||||
|
||||
# Increment version
|
||||
VERSION_FILE="${SCRIPT_DIR}/src/version.hpp"
|
||||
VERSION_FILE="${SCRIPT_DIR}/src/version.h"
|
||||
if [ ! -f "${VERSION_FILE}" ]; then
|
||||
echo "${VERSION_FILE} not found!" >&2
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user