idleberg/Create Playdate Release
Compiles a Playdate project and attaches it to a release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jun 4, 2025
- License
- MIT
Pinned Snippet
uses: idleberg/create-playdate-release@e8a4b0344bb7f4b45f6817283d0c484536bd6bed # v0.2.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | You need to pass your GITHUB_TOKEN to the action | yes | — |
| input | The source directory of the project | no | source |
| output | The name of the build target directory | no | build |
| compress | Compress output files | no | true |
| quiet | Quiet mode, suppresses non-error output | no | false |
| strip | Strip debug symbols from build | no | true |
| verbose | Enables verbose mode | no | true |
| include_files | List space-separated of files to include in the release | no | "" |
| is_draft | Mark release is a draft | no | false |
| is_prerelease | Mark release is a prerelease | no | false |
| dry_run | Skips creation of a release | no | false |
Outputs
no outputs