Skip to content

Commit 11f9ed7

Browse files
committed
update unity version
1 parent 03f9a79 commit 11f9ed7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,15 @@ jobs:
5757
# Unity Build
5858
- name: Build project
5959
uses: game-ci/unity-builder@v2
60-
env:
61-
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
62-
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
63-
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
6460
with:
61+
unityVersion: '2022.3.10f1'
6562
targetPlatform: WebGL
6663
buildsPath: CI-Output/WebGL
6764
allowDirtyBuild: true
65+
env:
66+
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
67+
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
68+
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
6869

6970
# Debug logs
7071
- name: Log build directory

0 commit comments

Comments
 (0)