Skip to content

Commit cf3bf04

Browse files
workflow failed
1 parent 9f1d0ab commit cf3bf04

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/unity-build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Unity Auto Activation Build
22

33
on:
4-
workflow_dispatch: # lets you run manually
4+
workflow_dispatch:
55

66
jobs:
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

0 commit comments

Comments
 (0)