Skip to content

Commit d44249b

Browse files
committed
fix: unity game ci image version
1 parent c0e54f9 commit d44249b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Pull Unity image and Build project using Unity Builder
6060
- name: Build project
6161
run: |
62-
docker pull unityci/editor:ubuntu-2022.3.54f1-webgl-3.1.0 # Ensure the correct image is pulled
62+
docker pull unityci/editor:ubuntu-2022.3.10f1-webgl-3.1.0
6363
docker run --rm \
6464
-v $GITHUB_WORKSPACE:/workspace \
6565
-e UNITY_LICENSE=$UNITY_LICENSE \
@@ -70,7 +70,7 @@ jobs:
7070
-e BUILD_PATH=$BUILD_PATH \
7171
-e BUILD_NAME=WebGL \
7272
-e BUILD_TARGET=WebGL \
73-
unityci/editor:ubuntu-2022.3.54f1-webgl-3.1.01 /bin/bash -c "/workspace/entrypoint.sh"
73+
unityci/editor:ubuntu-2022.3.10f1-webgl-3.1.0 /bin/bash -c "/workspace/entrypoint.sh"
7474
env:
7575
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
7676
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}

0 commit comments

Comments
 (0)