mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-27 13:24:42 -05:00
quit
This commit is contained in:
5
.github/workflows/build-webgl.yml
vendored
5
.github/workflows/build-webgl.yml
vendored
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user