mirror of
https://github.com/yeslayla/build-godot-action.git
synced 2025-07-17 04:43:48 +02:00
Build zips to ./package directory
BUGFIX: spacing . -> * Subdirectory / Subdirectory path Create subdir Echo platform build Conditional zip debug
This commit is contained in:
@ -30,6 +30,12 @@ steps:
|
||||
|
||||
Eg. `project` will export to `$GITHUB_WORKSPACE/build/windows/project/godot-project.exe`
|
||||
|
||||
- #### PACKAGE
|
||||
|
||||
Boolean value on whether or not to zip game files. Packages will be placed in the `$GITHUB_WORKSPACE/package` directory.
|
||||
|
||||
Default Value: `false`
|
||||
|
||||
## Credits
|
||||
|
||||
This action uses the [godot-ci](https://github.com/aBARICHELLO/godot-ci) docker image from [BARICHELLO](https://github.com/aBARICHELLO)
|
||||
|
Reference in New Issue
Block a user