File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11name : Unity Auto Activation Build
22
33on :
4- workflow_dispatch : # lets you run manually
4+ workflow_dispatch :
55
66jobs :
77 build :
@@ -13,16 +13,17 @@ jobs:
1313 - name : Activate Unity
1414 uses : game-ci/unity-activate@v2
1515 with :
16- unityVersion : 2022.3.18f1 # 🔹 Replace with your version from ProjectSettings/ProjectVersion.txt
16+ unityVersion : 2022.3.18f1 # 🔹 replace with your ProjectVersion.txt
17+ customImage : unityci/editor:ubuntu-2022.3.18f1-base-1
1718 env :
1819 UNITY_EMAIL : ${{ secrets.UNITY_EMAIL }}
1920 UNITY_PASSWORD : ${{ secrets.UNITY_PASSWORD }}
20- UNITY_SERIAL : ${{ secrets.UNITY_SERIAL }} # only if Pro
2121
2222 - name : Build project
2323 uses : game-ci/unity-builder@v4
2424 with :
25- unityVersion : 2022.3.18f1 # 🔹 Must match above
25+ unityVersion : 2022.3.18f1
26+ customImage : unityci/editor:ubuntu-2022.3.18f1-base-1
2627 targetPlatform : StandaloneWindows64
2728 buildName : MyGame
2829 buildPath : build
You can’t perform that action at this time.
0 commit comments