From 48a6b04f7cb2ca4f4f55c793bd3c0fcb91cb4a15 Mon Sep 17 00:00:00 2001 From: ABUCKY0 <81783950+ABUCKY0@users.noreply.github.com> Date: Wed, 1 Jan 2025 21:02:31 -0600 Subject: [PATCH] Remove total build script runtime from build.sh as it's confusing --- build-tools/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build-tools/build.sh b/build-tools/build.sh index 298e3e9e..9b10e746 100644 --- a/build-tools/build.sh +++ b/build-tools/build.sh @@ -200,7 +200,6 @@ if [[ "$INPUT_WRITE_JOB_SUMMARY" == "true" ]]; then echo " # ✅ Build Completed Build completed in $build_time seconds -Total Build Script Runtime: $(($SECONDS - $script_start_time)) seconds ## 📝 Library Name: ${library_name} @ ${version} ### 🔐 SHA: ${sha} " >>$GITHUB_STEP_SUMMARY