Releases: ProjectAliceDev/renpy-build-action
Releases · ProjectAliceDev/renpy-build-action
v1.2.2
v1.2.0
This release now accounts for old-game
directory. Builds will now fail if old-game
is not present. (#5)
v1.1.3
Updates Dockerfile to use Ubuntu 20.04 (might ensure compatibility with Ren'Py SDK 7.4.1)
v1.1.2
This release updates the Dockerfile dependencies to ensure builds with Ren'Py 7.4.0 or later releases.
1.1.1
Action should now fail properly as citated in GH-1.
v1.1.0
This update adds a parameter that lets you control where the project is.
Note: This parameter is required. For older projects, to emulate the old behavior, set
project-dir
to'.'
.
1.0.2
This release fixes an issue where the version
output might have returned blank due to a variable typo.
1.0.1 (Re-release)
This is a re-release of 1.0.1 which fixes a grep bug in the build sequence.
1.0.0
[renpy-build] Add outputs and finalize README