Modify bb64/publish.sh

This commit is contained in:
Your Name
2025-06-25 19:33:25 +12:00
parent e30111f812
commit 85ef510cf8

@ -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