Skip to content

Commit

Permalink
Disable buffering for TestFlight script
Browse files Browse the repository at this point in the history
  • Loading branch information
saagarjha committed Feb 25, 2024
1 parent d2dc2d7 commit 37a0540
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Release/send_to_testflight.swift
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,9 @@ struct API {
}
}

// Turn off buffering so GitHub Actions prints output immediately
setbuf(stdout, nil)

let build = CommandLine.arguments[1]
print("Performing steps for build \(build)...")

Expand Down

0 comments on commit 37a0540

Please sign in to comment.