Skip to content

Commit

Permalink
Remove total build script runtime from build.sh as it's confusing
Browse files Browse the repository at this point in the history
  • Loading branch information
ABUCKY0 authored Jan 2, 2025
1 parent c25de58 commit 48a6b04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build-tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48a6b04

Please sign in to comment.