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"