From f663254051f596abb3a61e62a6accc0702a9ef23 Mon Sep 17 00:00:00 2001 From: Jibbajabbafic Date: Wed, 8 Jan 2020 20:14:42 +0000 Subject: [PATCH] Changed buildCommand to buildMethod I had a look at the code and noticed the mismatch --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85d2fe73..bcedcaf4 100644 --- a/README.md +++ b/README.md @@ -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`_