actions-marketplace-validations/LÖVE Build
Action for building LÖVE project distributables (Win32/Win64/Mac/love)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app_name | Name of the application to be built | yes | love-build-app |
| love_version | Version of LÖVE to be used in building the application | yes | 11.3 |
| dependencies | Path to dependencies rockspec relative to GitHub workspace | no | — |
| source_dir | Path in the repository to the subdirectory containing `main.lua`. By default the repo root | yes | ./ |
| result_dir | Directory in the GitHub workspace where the built distributables should be located | yes | release |
Outputs
| name | description |
|---|---|
| love-filename | Path (relative to GitHub workspace) of built love file |
| win32-filename | Path (relative to GitHub workspace) of built win32 application |
| win64-filename | Path (relative to GitHub workspace) of built win64 application |
| macos-filename | Path (relative to GitHub workspace) of built macos application |