File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 59
59
# Pull Unity image and Build project using Unity Builder
60
60
- name : Build project
61
61
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
63
63
docker run --rm \
64
64
-v $GITHUB_WORKSPACE:/workspace \
65
65
-e UNITY_LICENSE=$UNITY_LICENSE \
70
70
-e BUILD_PATH=$BUILD_PATH \
71
71
-e BUILD_NAME=WebGL \
72
72
-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"
74
74
env :
75
75
UNITY_LICENSE : ${{ secrets.UNITY_LICENSE }}
76
76
UNITY_EMAIL : ${{ secrets.UNITY_EMAIL }}
You can’t perform that action at this time.
0 commit comments