Add subdirectories
This commit is contained in:
parent
0c6b5de12f
commit
a8c36a5f54
2 changed files with 15 additions and 3 deletions
|
|
@ -13,6 +13,7 @@ steps:
|
|||
- uses: josephbmanley/build-godot-action@develop
|
||||
env:
|
||||
PROJECT: godot-project
|
||||
SUBDIRECTORY: project
|
||||
```
|
||||
|
||||
### Environment Variables
|
||||
|
|
@ -23,6 +24,12 @@ steps:
|
|||
|
||||
Eg. `godot-project` will export to `godot-project.exe`
|
||||
|
||||
- #### SUBDIRECTORY
|
||||
|
||||
Subdirectory to export project into.
|
||||
|
||||
Eg. `project` will export to `$GITHUB_WORKSPACE/build/windows/project/godot-project.exe`
|
||||
|
||||
## Credits
|
||||
|
||||
This action uses the [godot-ci](https://github.com/aBARICHELLO/godot-ci) docker image from [BARICHELLO](https://github.com/aBARICHELLO)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue