Skip to content

Commit 9f1d0ab

Browse files
2022.3.18f1
1 parent 0e762e8 commit 9f1d0ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unity-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Activate Unity
1414
uses: game-ci/unity-activate@v2
1515
with:
16-
unityVersion: 6000.0.45f1 # 🔹 Replace with your version from ProjectSettings/ProjectVersion.txt
16+
unityVersion: 2022.3.18f1 # 🔹 Replace with your version from ProjectSettings/ProjectVersion.txt
1717
env:
1818
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
1919
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build project
2323
uses: game-ci/unity-builder@v4
2424
with:
25-
unityVersion: 6000.0.45f1 # 🔹 Must match above
25+
unityVersion: 2022.3.18f1 # 🔹 Must match above
2626
targetPlatform: StandaloneWindows64
2727
buildName: MyGame
2828
buildPath: build

0 commit comments

Comments
 (0)