Skip to content

Commit 3c350ad

Browse files
committed
test ci
1 parent 62ad670 commit 3c350ad

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/main.yaml

+6-4
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,14 @@ jobs:
3232
chmod +x butler
3333
sudo mv butler /usr/local/bin/
3434
35-
- name: Set up Unity
36-
uses: game-ci/unity-builder@v2
35+
- name: Build project
36+
uses: game-ci/unity-builder@v4
37+
env:
38+
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
39+
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
40+
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
3741
with:
38-
unityVersion: 2022.3.27f1
3942
targetPlatform: StandaloneWindows64
40-
UNITY_SERIAL: ${{ secrets.UNITY_LICENSE }}
4143

4244
- name: Build Unity Project
4345
run: |

0 commit comments

Comments
 (0)