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 5959 # Pull Unity image and Build project using Unity Builder
6060 - name : Build project
6161 run : |
62- docker pull unityci/editor:2022.3.10f1 # Ensure the correct image is pulled
62+ docker pull unityci/editor:ubuntu- 2022.3.54f1-webgl-3.1.0 # Ensure the correct image is pulled
6363 docker run --rm \
6464 -v $GITHUB_WORKSPACE:/workspace \
6565 -e UNITY_LICENSE=$UNITY_LICENSE \
7070 -e BUILD_PATH=$BUILD_PATH \
7171 -e BUILD_NAME=WebGL \
7272 -e BUILD_TARGET=WebGL \
73- unityci/editor:2022.3.10f1 /bin/bash -c "/workspace/entrypoint.sh"
73+ unityci/editor:ubuntu- 2022.3.54f1-webgl-3.1.01 /bin/bash -c "/workspace/entrypoint.sh"
7474 env :
7575 UNITY_LICENSE : ${{ secrets.UNITY_LICENSE }}
7676 UNITY_EMAIL : ${{ secrets.UNITY_EMAIL }}
You can’t perform that action at this time.
0 commit comments