8000 GitHub - kobaltcore/renotize-action: A GitHub action that packages renotize to allow the easy notarization and distribution of Ren'Py projects for macOS.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A GitHub action that packages renotize to allow the easy notarization and distribution of Ren'Py projects for macOS.

License

Notifications You must be signed in to change notification settings

kobaltcore/renotize-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ren'Py Build Action

This action packages renkit and Ren'Py to allow the easy building and distribution of Ren'Py projects.

Inputs

renpy-version

The version of Ren'Py to use during the build. Defaults latest.

renkit-version

The version of renkit to use during the build. Defaults latest.

renconstruct-config

The path to the reoncstruct config file, relative to the root of the repository. Defaults renconstruct.toml.

Outputs

distributions

A list of file names of built distributions.

Example usage

uses: kobaltcore/renkit-action@v1
with:
  renkit-version: 2.0.0
  renpy-version: 7.5.0
  renconstruct-config: config/renconstruct.toml

FAQ

My build aborts because it runs out of space

GitHub Actions runners come with a limited amount of disk space which can't easily be expanded. You may use this action to gain 6-8GB more: https://github.com/easimon/maximize-build-space

About

A GitHub action that packages renotize to allow the easy notarization and distribution of Ren'Py projects for macOS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0