Changed buildCommand to buildMethod

I had a look at the code and noticed the mismatch
This commit is contained in:
Jibbajabbafic 2020-01-08 20:14:42 +00:00 committed by Webber Takken
parent af62defecc
commit f663254051

View File

@ -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`_