Update build.sh
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 10s
Build-Test-Publish / build (linux/arm64) (push) Successful in 11s

This commit is contained in:
Your Name
2025-08-10 12:39:43 +12:00
parent a7559dc6d4
commit 43bf0b2c49

View File

@@ -3,7 +3,7 @@
set -euo pipefail
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
PROJECT="bb64"
PROJECT="$(basename "${SCRIPT_DIR}")"
export CMAKE_BUILD_TYPE="Debug"