Echo bundle output path for clarity

This commit is contained in:
andrussal 2025-12-09 16:31:45 +01:00
parent e0d63f3671
commit c093cad17c

View File

@ -62,6 +62,7 @@ if [ -z "${OUTPUT}" ]; then
elif [[ "${OUTPUT}" != /* ]]; then
OUTPUT="${ROOT_DIR}/${OUTPUT#./}"
fi
echo "Bundle output: ${OUTPUT}"
if [ "$PLATFORM" = "linux" ] && [ "$(uname -s)" != "Linux" ] && [ -z "${BUNDLE_IN_CONTAINER:-}" ]; then
# Re-run inside a Linux container to produce Linux binaries.