Modify buildtestpublish_all.sh
Some checks failed
Build-Test-Publish / build (linux/amd64) (push) Failing after 6s
Build-Test-Publish / build (linux/arm64) (push) Failing after 7s
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-29 21:56:38 +12:00
parent 4c4257eebe
commit d8883c4419

View File

@ -234,15 +234,17 @@ function print_summary() {
echo echo
} }
title "🔨 BUILDING ALL TOOLS 🔨" title "🔨 BUILDING GETPKG 🔨"
getpkg/build.sh "${SCRIPT_DIR}/getpkg/build.sh"
export GETPKG="${SCRIPT_DIR}/getpkg/output/getpkg" export GETPKG="${SCRIPT_DIR}/getpkg/output/getpkg"
if [ ! -f "$GETPKG" ]; then if [ ! -f "$GETPKG" ]; then
echo "Build failed." echo "Build failed."
exit 1 exit 1
fi fi
title "🔨 BUILDING ALL TOOLS 🔨"
buildtestpublish_all buildtestpublish_all
print_summary print_summary