Changed buildCommand to buildMethod

I had a look at the code and noticed the mismatch
pull/13/head
Jibbajabbafic 2020-01-08 20:14:42 +00:00 committed by GitHub
parent af62defecc
commit 223a97ecdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ In this folder a folder will be created for every targetPlatform.
_**required:** `false`_
_**default:** `build`_
#### buildCommand
#### buildMethod
Custom command to run your build.
@ -128,7 +128,7 @@ _**example:**_
```yaml
- uses: webbertakken/unity-builder@master
with:
buildCommand: EditorNamespace.BuilderClassName.StaticBulidMethod
buildMethod: EditorNamespace.BuilderClassName.StaticBulidMethod
```
_**required:** `false`_