Added false check

This commit is contained in:
2025-06-28 00:24:04 -07:00
parent b9fc984dc9
commit 8757c36d64

View File

@@ -16,7 +16,7 @@ fi
echo "::group::Running Unity Command" echo "::group::Running Unity Command"
#Run the 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 "Using UnityBuilder to run the command:"
echo " UnityBuilder $COMMAND" echo " UnityBuilder $COMMAND"
UnityBuilder $COMMAND UnityBuilder $COMMAND