Skip to content

Commit

Permalink
Add tvOS workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
szymmirr authored Oct 6, 2023
1 parent bf2a249 commit 107bf56
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/unity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Unity Builder
uses: game-ci/unity-builder@v3.1.0
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE2 }}
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
with:
targetPlatform: ${{ matrix.targetPlatform }}
unityVersion: ${{ matrix.unityVersion }}
Expand All @@ -42,6 +42,7 @@ jobs:
matrix:
targetPlatform:
- WSAPlayer
- tvOS
unityVersion:
- 2019.4.5f1
steps:
Expand All @@ -51,7 +52,7 @@ jobs:
- name: Unity Builder
uses: game-ci/unity-builder@v3.1.0
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE2 }}
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
Expand Down

0 comments on commit 107bf56

Please sign in to comment.