This commit is contained in:
2025-06-28 00:01:49 -07:00
parent 7ef87d1d7f
commit b9fc984dc9
2 changed files with 3 additions and 3 deletions

View File

@@ -21,4 +21,4 @@ COPY scripts/. /scripts
# --mount=type=secret,id=PASSWORD \ # --mount=type=secret,id=PASSWORD \
# bash /scripts/activate_license.sh # bash /scripts/activate_license.sh
ENTRYPOINT ["/entrypoint.sh"] ENTRYPOINT ["/entrypoint.sh"]

View File

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