Updated unity actions.

This commit is contained in:
2025-06-27 22:44:07 -07:00
parent 050f1f6918
commit 0232664b05
5 changed files with 149 additions and 27 deletions

View File

@@ -21,4 +21,10 @@ if [[ -n "$UNITY_BUILDER" ]]; then
else
unity-editor $DEFAULT_ARGS $COMMAND
fi
echo "::endgroup::"
echo "::endgroup::"
echo "exitCode=$RESULT" >> "$GITHUB_OUTPUT"
if [[ "$CATCH_ERRORS" != "true" ]]; then
exit $RESULT
fi