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

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
update validation workflow
  • Loading branch information
StephenHodgson committed Jan 27, 2024
1 parent d546fcd commit ac69741
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
repository: xrtk/com.xrtk.test
path: test-project

- uses: xrtk/unity-setup@v7
- uses: xrtk/unity-setup@v7.4
with:
build-targets: ${{ matrix.build-target }}
version-file-path: 'test-project/**/ProjectSettings/ProjectVersion.txt'
Expand All @@ -58,6 +58,7 @@ jobs:
license-type: 'Personal' # Chooses license type to use [ Personal, Professional ]
# serial: ${{ secrets.UNITY_SERIAL }} # Required for pro/plus activations
auth-key: ${{ secrets.UNITY_2FA_KEY }} # required for personal activations

- name: xrtk/unity-action
uses: ./
with:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:
# sets -> env.UNITY_EDITOR_PATH
# sets -> env.UNITY_PROJECT_PATH
# https://github.com/XRTK/unity-setup
- uses: xrtk/unity-setup@v7.1
- uses: xrtk/unity-setup@v7.4
with:
build-targets: ${{ matrix.build-target }}

# Activates the installation with the provided credentials
- uses: xrtk/activate-unity-license@v2
- uses: xrtk/activate-unity-license@v5
with:
# Required
username: ${{ secrets.UNITY_USERNAME }}
Expand Down

0 comments on commit ac69741

Please sign in to comment.