Modify buildtestpublish_all.sh

This commit is contained in:
Your Name
2025-06-30 23:09:07 +12:00
parent 83d6cf1603
commit 7e6d1a6633

View File

@ -109,7 +109,7 @@ function buildtestpublish() {
# Add to projects list
PROJECTS+=("$TOOLNAME")
#cd "$dir" || echo "Failed to cd to $dir"
cd "$dir" || echo "Failed to cd to $dir"
subtitle "🔨 BUILDING $TOOLNAME_UPPER 🔨"
if dothis build "$dir" "$TOOLNAME"; then