Skip to content
paperclip

GitHub Action

Create Playdate Release

v0.2.1 Latest version

Create Playdate Release

paperclip

Create Playdate Release

Compiles a Playdate project and attaches it to a release

Installation

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

              

- name: Create Playdate Release

uses: idleberg/create-playdate-release@v0.2.1

Learn more about this action in idleberg/create-playdate-release

Choose a version

create-playdate-release

A GitHub action that compiles and attaches a Playdate game to a release.

License Version Build

Usage

Configure a step that adds the idleberg/create-playdate-release action to your workflow. Optionally, you can pass arguments to the action.

- uses: idleberg/create-playdate-release@v0.2.1
  with: 
    github_token: ${{ secrets.GITHUB_TOKEN }}

💡 Note: For security reasons it's recommended to use the commit hash of the release as version identifier

All options

List of input options

Bold arguments are required

Input Description Default
github_token Your GitHub token ${{ secrets.GITHUB_TOKEN }}
input The source directory of the project "source"
output The name of the build target directory "build"
compress Compress output files true
quiet Quiet mode, suppresses non-error output false
strip Strip debug symbols from build true
verbose Enables verbose mode true
include_files List of files to include in the release
is_draft Mark release is a draft false
is_prerelease Mark release is a pre-release false
dry_run Skips creation of a release false

Related

License

This work is licensed under The MIT License.