Releases: ProjectAliceDev/renpy-build-action
1.3.1
What's Changed
- Install web lib for web builds by @PaperclipBadger in #14
New Contributors
- @PaperclipBadger made their first contribution in #14
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Update action.yml by @blackcatstudiosdevelopment in #12
- Update build.sh by @blackcatstudiosdevelopment in #13
New Contributors
- @blackcatstudiosdevelopment made their first contribution in #12
Full Changelog: v1.2.2...v1.3.0
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-dirto'.'.
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.