Skip to content

Releases: yeslayla/build-godot-action

Build Godot Action v1.5.0

10 Jul 19:32
f362e14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.2...v1.5.0

Build Godot Action v1.4.2

06 May 21:36
7773d38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.1...v1.4.2

Build Godot Action v1.4.1

08 Nov 01:20
1158964
Compare
Choose a tag to compare

Changes:

  • Fixed bugged caused by incorrect projectDir default value.

Build Godot Action v1.4.0

04 May 02:09
5206884
Compare
Choose a tag to compare

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

06 Apr 09:04
Compare
Choose a tag to compare

Changes:

  • Move templates on image rather than during runtime

Build Godot Action v1.3.3

16 Mar 22:32
3ba8e15
Compare
Choose a tag to compare

Changes:

  • Updated to Godot 3.2.1
  • Added support for --export-debug

Build Godot Action v1.3.2

01 Feb 05:08
f407dbb
Compare
Choose a tag to compare

Changes:

  • Fixed packaging
  • Added support for not root projects
  • Upgraded to Godot 3.2

Build Godot Action v1.3.1

31 Dec 19:43
4286170
Compare
Choose a tag to compare

Changes:

  • Patch to fix echoing & if statement

Build Godot Action v1.3.0

28 Dec 22:00
e327189
Compare
Choose a tag to compare

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

05 Dec 08:33
Compare
Choose a tag to compare

Changes:

  • HTML5 Support
  • Fix OSX builds