Skip to content

Love actions bare package

Actions
Bare package CI for LÖVE based games
v1.1.1
Latest
Star (6)

Tags

 (1)

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

Love actions bare package is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Bare package CI for LÖVE based games
v1.1.1
Latest

Tags

 (1)

Love actions bare package is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.