Releases: yeslayla/build-godot-action
Releases · yeslayla/build-godot-action
Build Godot Action v1.5.0
Build Godot Action v1.4.2
What's Changed
- Allow Spaces in
projectDir
by @stonedDiscord in #21
New Contributors
- @stonedDiscord made their first contribution in #21
Full Changelog: v1.4.1...v1.4.2
Build Godot Action v1.4.1
Changes:
- Fixed bugged caused by incorrect
projectDir
default value.
Build Godot Action v1.4.0
Changes:
- Build in GitHub workspace rather than home
- Changed export values to be relative to workspace
Note for anyone looking to move from v1.3.x -> v1.4.0:
So outputs now have to be referenced as:
${{ github.workspace }}/${{ steps.build.outputs.build }}
Build Godot Action v1.3.4
Changes:
- Move templates on image rather than during runtime
Build Godot Action v1.3.3
Changes:
- Updated to Godot 3.2.1
- Added support for
--export-debug
Build Godot Action v1.3.2
Changes:
- Fixed packaging
- Added support for not root projects
- Upgraded to Godot 3.2
Build Godot Action v1.3.1
Changes:
- Patch to fix echoing & if statement
Build Godot Action v1.3.0
Changes:
- Major refactoring of logic
- Uses GitHub Action inputs in replace of environment variables
- Requires specification of export preset
Build Godot Action v1.2.1
Changes:
- HTML5 Support
- Fix OSX builds