Added log.

This commit is contained in:
2025-06-27 23:33:58 -07:00
parent 026e232a5e
commit ba8e1ac228

View File

@@ -26,6 +26,7 @@ else
unity-editor $DEFAULT_ARGS $COMMAND unity-editor $DEFAULT_ARGS $COMMAND
fi fi
RESULT=$? RESULT=$?
echo "Unity command exited with code: $RESULT"
echo "::endgroup::" echo "::endgroup::"
echo "exitCode=$RESULT" >> "$GITHUB_OUTPUT" echo "exitCode=$RESULT" >> "$GITHUB_OUTPUT"