GitHub action to download and unzip RenPy SDK for future using
name: Install RenPy
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install RenPy
uses: PaxlavaGames/[email protected]
uses: PaxlavaGames/renpy-install@main
version
- RenPy SDK version. Default value ="8.2.0"
download_web
- ("yes"
or"no"
) Download web extension. Default value ="no"
. Required for web builds
name: Install RenPy
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install RenPy
uses: PaxlavaGames/[email protected]
with:
version: "8.2.0"
download_web: "yes"
To create useful and user-friendly GitHub action for RenPy projects
This is the open source project with MIT license. Be free to use, fork, clone and contribute.
Download and unzip RenPy SDK for feature using
This action was tested with 8.1.3 and 8.2.0 version. This is BETA Version. Be careful. If you find a bug or imagine a feature, please share.
GitHub's repositories which use this action
- fun-adventure-in-turkey (Visual Novel on RenPy)
You are welcome! To easy start please check:
Empty yet