Modify buildtestpublish_all.sh
Some checks failed
Build-Test-Publish / build (linux/amd64) (push) Failing after 53s
Build-Test-Publish / build (linux/arm64) (push) Failing after 1m6s
Build-Test-Publish / test-install-from-scratch (linux/amd64) (push) Has been skipped
Build-Test-Publish / test-install-from-scratch (linux/arm64) (push) Has been skipped

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

View File

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