test update output.

This commit is contained in:
2023-04-13 03:13:28 -07:00
parent 58ffbbfc70
commit c56ce09a6a
3 changed files with 4 additions and 4 deletions

View File

@@ -34,5 +34,5 @@ case $TARGET in
;;
esac
echo "::set-output name=buildTarget::$UNITY_TARGET"
echo "::set-output name=buildArg::$BUILD_ARG"
echo "buildTarget=$UNITY_TARGET" >> "$GITHUB_OUTPUT"
echo "buildArg=$BUILD_ARG" >> "$GITHUB_OUTPUT"

View File

@@ -34,4 +34,4 @@ case $TARGET in
esac
CONTAINER=unityci/editor:$UNITY_VERSION-$UNITY_TARGET
echo "::set-output name=container::$CONTAINER"
echo "container=$CONTAINER" >> "$GITHUB_OUTPUT"

View File

@@ -21,5 +21,5 @@ runs:
VERSION=$(grep -w $VERSION_KEY $VERSION_FILE_PATH | cut -d ':' -f2 | xargs)
echo "::set-output name=projectVersion::$VERSION"
echo "projectVersion=$VERSION" >> "$GITHUB_OUTPUT"
shell: bash