This commit is contained in:
ousttrue
2025-01-28 17:12:31 +09:00
parent 5f7b19ca9f
commit df3ec32bce

View File

@@ -2,6 +2,9 @@ name: WebGL to gh-page
on:
workflow_dispatch:
push:
branches:
- workflow-webgl-wip
env:
UNITY_PROJECT_PATH: .
@@ -58,7 +61,7 @@ jobs:
run: |
# build to Build/SimpleViewer
"${{ steps.detect-unity-version.outputs.unity-editor-executable }}" \
-batchmode \
-batchmode -quit \
-silent-crashes \
-projectPath "${{ env.UNITY_PROJECT_PATH }}" \
-executeMethod "VRM.BuildClass.BuildWebGL_SimpleViewer" \