Skip to content

Commit

Permalink
Rename BUILD_COMMAND to BUILD_METHOD
Browse files Browse the repository at this point in the history
  • Loading branch information
webbertakken committed Dec 8, 2019
1 parent 564f7e6 commit 75aac42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
BUILD_NAME: TestBuild
BUILD_TARGET: WebGL
BUILDS_PATH: builds
BUILD_COMMAND: ""
BUILD_METHOD: ""

# Upload distributables
- name: Upload Build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Configure the builder as follows:
BUILD_TARGET: WebGL

# Optional: <StaticBuildClass.StaticMethod>
BUILD_COMMAND: ""
BUILD_METHOD: ""
```
> _**Note:** By default the enabled scenes from the
Expand Down

0 comments on commit 75aac42

Please sign in to comment.