Changed buildCommand to buildMethod
I had a look at the code and noticed the mismatchpull/14/head
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