From d192d1ec0c22c018663eb3c1ee2a3d8bb256da07 Mon Sep 17 00:00:00 2001 From: Stephen Hodgson Date: Wed, 2 Nov 2022 02:38:43 -0400 Subject: [PATCH] updated readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e461cf2..d2ed2fe 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ jobs: max-parallel: 1 steps: - - uses: xrtk/unity-action@v2 + - uses: xrtk/unity-action@v3 name: '${{ matrix.build-target }}-Tests' with: name: '${{ matrix.build-target }}-Tests' @@ -31,7 +31,7 @@ jobs: build-target: '${{ matrix.build-target }}' args: '-batchmode -runEditorTests' - - uses: xrtk/unity-action@v2 + - uses: xrtk/unity-action@v3 name: '${{ matrix.build-target }}-Build' with: name: '${{ matrix.build-target }}-Build' @@ -39,5 +39,4 @@ jobs: project-path: '${{ needs.validate.outputs.project-path }}' build-target: '${{ matrix.build-target }}' args: '-quit -batchmode -executeMethod XRTK.Editor.BuildPipeline.UnityPlayerBuildTools.StartCommandLineBuild' - -``` \ No newline at end of file +```