Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
archive

GitHub Action

Build Ren'Py Project

1.0.2

Build Ren'Py Project

archive

Build Ren'Py Project

Build your VN project using a specified Ren'Py SDK version

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Build Ren'Py Project

uses: ProjectAliceDev/renpy-build-action@1.0.2

Learn more about this action in ProjectAliceDev/renpy-build-action

Choose a version

Build Ren'Py Project

This GitHub action allows you to make distributable builds of a Ren'Py visual novel project in a workflow and use the built files for distribution.

Usage

- name: Build VN project
  uses: ProjectAliceDev/renpy-build-action@master
  with:
    sdk-version: '6.99.12.4'

Note: This action will assume that the Ren'Py project is the repository's root rather than a separate directory.

Required Parameters:

  • sdk-version: The version of the Ren'Py SDK to use while building. Will default to 7.3.2 if none is found.

Outputs

  • dir: The directory where the files were built to.
  • version: The name of the project and version that was built. Often useful in cases where you don't know the version.