cookbook is a collection of re-usable GitHub workflows for your actions
To add your own workflows, open a PR!
| Workflow | Description | Supports |
|---|---|---|
crystal-release.yml |
A configurable workflow for building and releasing Crystal-based applications using crystal build. |
Linux, Macintosh (M-series), Macintosh (Intel) |
rust-release.yml |
A configurable workflow for building and releasing Rust-based applications | Linux, Macintosh (M-series) |
To apply a workflow to your own projects, copy and paste a file from the workflows/ and replace every instance of __BINARY__ and replace it with your binary/application name.

