From 026e232a5e4ee9516fefe29eff95e66a9f763028 Mon Sep 17 00:00:00 2001 From: Scion Date: Fri, 27 Jun 2025 23:30:22 -0700 Subject: [PATCH] Fixx error. --- unity-command/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/unity-command/entrypoint.sh b/unity-command/entrypoint.sh index f98d75b..af65d40 100644 --- a/unity-command/entrypoint.sh +++ b/unity-command/entrypoint.sh @@ -25,6 +25,7 @@ else echo " unity-editor $DEFAULT_ARGS $COMMAND" unity-editor $DEFAULT_ARGS $COMMAND fi +RESULT=$? echo "::endgroup::" echo "exitCode=$RESULT" >> "$GITHUB_OUTPUT"