Skip to content

Commit 75aac42

Browse files
committed
Rename BUILD_COMMAND to BUILD_METHOD
1 parent 564f7e6 commit 75aac42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
BUILD_NAME: TestBuild
2828
BUILD_TARGET: WebGL
2929
BUILDS_PATH: builds
30-
BUILD_COMMAND: ""
30+
BUILD_METHOD: ""
3131

3232
# Upload distributables
3333
- name: Upload Build

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Configure the builder as follows:
6767
BUILD_TARGET: WebGL
6868

6969
# Optional: <StaticBuildClass.StaticMethod>
70-
BUILD_COMMAND: ""
70+
BUILD_METHOD: ""
7171
```
7272
7373
> _**Note:** By default the enabled scenes from the

0 commit comments

Comments
 (0)