Skip to content

love-actions/love-actions-core

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

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

About

Package .love game file for LÖVE based games

Resources

Stars

Watchers

Forks

Packages

No packages published