Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Nov 2, 2022
1 parent b880f10 commit d192d1e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -31,13 +31,12 @@ 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'
editor-path: '${{ needs.validate.outputs.editor-path }}'
project-path: '${{ needs.validate.outputs.project-path }}'
build-target: '${{ matrix.build-target }}'
args: '-quit -batchmode -executeMethod XRTK.Editor.BuildPipeline.UnityPlayerBuildTools.StartCommandLineBuild'

```
```

0 comments on commit d192d1e

Please sign in to comment.