Simple Github Action for packaging .love
file of a LÖVE framework based game.
See related actions below:
Love actions for macOS portable
Love actions for macOS App Store
- name: Build bare love package
uses: love-actions/love-actions-core@v1
with:
build-list: ./assets/ ./frameworks/ ./config.lua ./main.lua
package-path: ./bare/my_game.love
Name | Required | Default | Description |
---|---|---|---|
build-list |
false |
"./*" |
List of folder & file paths to be built. Separated by spaces |
package-path |
false |
"./game.love" |
Path to the .love package file |