mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
Changed buildCommand to buildMethod
I had a look at the code and noticed the mismatch
This commit is contained in:
parent
af62defecc
commit
f663254051
@ -114,7 +114,7 @@ In this folder a folder will be created for every targetPlatform.
|
|||||||
_**required:** `false`_
|
_**required:** `false`_
|
||||||
_**default:** `build`_
|
_**default:** `build`_
|
||||||
|
|
||||||
#### buildCommand
|
#### buildMethod
|
||||||
|
|
||||||
Custom command to run your build.
|
Custom command to run your build.
|
||||||
|
|
||||||
@ -128,7 +128,7 @@ _**example:**_
|
|||||||
```yaml
|
```yaml
|
||||||
- uses: webbertakken/unity-builder@master
|
- uses: webbertakken/unity-builder@master
|
||||||
with:
|
with:
|
||||||
buildCommand: EditorNamespace.BuilderClassName.StaticBulidMethod
|
buildMethod: EditorNamespace.BuilderClassName.StaticBulidMethod
|
||||||
```
|
```
|
||||||
|
|
||||||
_**required:** `false`_
|
_**required:** `false`_
|
||||||
|
Loading…
Reference in New Issue
Block a user