mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
Rename BUILD_COMMAND to BUILD_METHOD
This commit is contained in:
parent
564f7e60fd
commit
75aac428f1
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
BUILD_NAME: TestBuild
|
BUILD_NAME: TestBuild
|
||||||
BUILD_TARGET: WebGL
|
BUILD_TARGET: WebGL
|
||||||
BUILDS_PATH: builds
|
BUILDS_PATH: builds
|
||||||
BUILD_COMMAND: ""
|
BUILD_METHOD: ""
|
||||||
|
|
||||||
# Upload distributables
|
# Upload distributables
|
||||||
- name: Upload Build
|
- name: Upload Build
|
||||||
|
@ -67,7 +67,7 @@ Configure the builder as follows:
|
|||||||
BUILD_TARGET: WebGL
|
BUILD_TARGET: WebGL
|
||||||
|
|
||||||
# Optional: <StaticBuildClass.StaticMethod>
|
# Optional: <StaticBuildClass.StaticMethod>
|
||||||
BUILD_COMMAND: ""
|
BUILD_METHOD: ""
|
||||||
```
|
```
|
||||||
|
|
||||||
> _**Note:** By default the enabled scenes from the
|
> _**Note:** By default the enabled scenes from the
|
||||||
|
Loading…
Reference in New Issue
Block a user