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

Commit

Permalink
updated usuages
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Nov 2, 2022
1 parent 020d252 commit 9ec0d91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Part of the [Mixed Reality Toolkit (XRTK)](https://github.com/XRTK) open source
jobs:
activate:
steps:
- uses: xrtk/unity-validate@main
- uses: xrtk/unity-validate@v2
build:
needs: activate
runs-on: windows-latest
Expand All @@ -22,7 +22,7 @@ jobs:
max-parallel: 1

steps:
- uses: xrtk/unity-action@main
- uses: xrtk/unity-action@v2
name: '${{ matrix.build-target }}-Tests'
with:
name: '${{ matrix.build-target }}-Tests'
Expand All @@ -31,7 +31,7 @@ jobs:
build-target: '${{ matrix.build-target }}'
args: '-batchmode -runEditorTests'

- uses: xrtk/unity-action@main
- uses: xrtk/unity-action@v2
name: '${{ matrix.build-target }}-Build'
with:
name: '${{ matrix.build-target }}-Build'
Expand Down
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ runs:
steps:
- name: '${{ inputs.name }}'
run: |
# Unity Action
$editorPath = "${{ inputs.editor-path }}"
$projectPath = "${{ inputs.project-path }}"
$bulidTarget = "${{ inputs.build-target }}"
Expand Down

0 comments on commit 9ec0d91

Please sign in to comment.