rl-package
Version updated for https://github.com/rl-lang/rl-package to version v1.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The rl-package GitHub Action packages an .rl source file into a self-contained binary for Linux, macOS, or Windows using the RL language and uploads it as a workflow artifact. It solves the problem of automating the packaging process for RL programs in CI/CD pipelines by providing a simple configuration interface to specify input parameters such as the source file path and output name. The action supports caching for quick repeat runs and is compatible with various runners including Ubuntu, macOS, and Windows.
What’s Changed
Full Changelog: https://github.com/rl-lang/rl-package/compare/v0.1.0...v1.0.0