Build zips to ./package directory

BUGFIX: spacing

. -> *

Subdirectory /

Subdirectory path

Create subdir

Echo platform build

Conditional zip

debug
This commit is contained in:
2019-11-30 16:44:28 -05:00
parent b6670be025
commit 36ac8f7987
3 changed files with 39 additions and 8 deletions

View File

@ -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)