diff --git a/unity-command/entrypoint.sh b/unity-command/entrypoint.sh index cec546d..414e949 100644 --- a/unity-command/entrypoint.sh +++ b/unity-command/entrypoint.sh @@ -16,7 +16,7 @@ fi echo "::group::Running Unity Command" #Run the command. -if [[ -n "$UNITY_BUILDER" ]]; then +if [[ -n "$UNITY_BUILDER" && "$UNITY_BUILDER" != "false" ]]; then echo "Using UnityBuilder to run the command:" echo " UnityBuilder $COMMAND" UnityBuilder $COMMAND