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

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Jan 27, 2024
1 parent ac69741 commit 1751686
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
version-file-path: 'test-project/**/ProjectSettings/ProjectVersion.txt'

# Activates the installation with the provided credentials
- uses: xrtk/activate-unity-license@v5
- uses: xrtk/activate-unity-license@v5.1
with:
# Required
username: ${{ secrets.UNITY_USERNAME }}
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
build-targets: ${{ matrix.build-target }}

# Activates the installation with the provided credentials
- uses: xrtk/activate-unity-license@v5
- uses: xrtk/activate-unity-license@v5.1
with:
# Required
username: ${{ secrets.UNITY_USERNAME }}
Expand All @@ -65,14 +65,14 @@ jobs:
license-type: 'Personal' # Chooses license type to use [ Personal, Professional ]
serial: ${{ secrets.UNITY_SERIAL }} # Required for pro/plus activations

- uses: xrtk/unity-action@v6
- uses: xrtk/unity-action@v6.1
name: '${{ matrix.build-target }}-Tests'
with:
build-target: '${{ matrix.build-target }}'
args: '-batchmode -runEditorTests'
log-name: '${{ matrix.build-target }}-Tests'

- uses: xrtk/unity-action@v6
- uses: xrtk/unity-action@v6.1
name: '${{ matrix.build-target }}-Build'
with:
build-target: '${{ matrix.build-target }}'
Expand Down

0 comments on commit 1751686

Please sign in to comment.