We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e762e8 commit 9f1d0abCopy full SHA for 9f1d0ab
.github/workflows/unity-build.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Activate Unity
14
uses: game-ci/unity-activate@v2
15
with:
16
- unityVersion: 6000.0.45f1 # 🔹 Replace with your version from ProjectSettings/ProjectVersion.txt
+ unityVersion: 2022.3.18f1 # 🔹 Replace with your version from ProjectSettings/ProjectVersion.txt
17
env:
18
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
19
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
@@ -22,7 +22,7 @@ jobs:
22
- name: Build project
23
uses: game-ci/unity-builder@v4
24
25
- unityVersion: 6000.0.45f1 # 🔹 Must match above
+ unityVersion: 2022.3.18f1 # 🔹 Must match above
26
targetPlatform: StandaloneWindows64
27
buildName: MyGame
28
buildPath: build
0 commit comments