From ba8e1ac22855551f32c32b209fe0c9a4d8ba30d7 Mon Sep 17 00:00:00 2001 From: Scion Date: Fri, 27 Jun 2025 23:33:58 -0700 Subject: [PATCH] Added log. --- unity-command/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/unity-command/entrypoint.sh b/unity-command/entrypoint.sh index af65d40..710f8a8 100644 --- a/unity-command/entrypoint.sh +++ b/unity-command/entrypoint.sh @@ -26,6 +26,7 @@ else unity-editor $DEFAULT_ARGS $COMMAND fi RESULT=$? +echo "Unity command exited with code: $RESULT" echo "::endgroup::" echo "exitCode=$RESULT" >> "$GITHUB_OUTPUT"