Skip to content
heart

GitHub Action

Love actions bare package

v1.1.0 Latest version

Love actions bare package

heart

Love actions bare package

Bare package CI for LÖVE based games

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Love actions bare package

uses: love-actions/love-actions-core@v1.1.0

Learn more about this action in love-actions/love-actions-core

Choose a version

love-actions-core

About

Simple Github Action for packaging .love file of a LÖVE framework based game.

Related actions

See related actions below:

Love actions for testing

Love actions for android

Love actions for iOS

Love actions for Linux

Love actions for macOS portable

Love actions for macOS App Store

Love actions for Windows

Quick example

- 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

All inputs

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