Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
heart

GitHub Action

Love actions for Windows

v1.0.1

Love actions for Windows

heart

Love actions for Windows

Windows CI/CD for LÖVE based games

Installation

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

              

- name: Love actions for Windows

uses: love-actions/love-actions-windows@v1.0.1

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

Choose a version

love-actions-windows

About

Github Action for building & deploying Linux .AppImage packages of a LÖVE framework based game.

Related actions

See related actions below:

Love actions bare package

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 AppStore

Quick example

- name: Build Windows packages
  id: build-packages
  uses: 26F-Studio/love-actions-windows@main
  with:
    icon-path: ./assets/windows/icon.ico
    rc-path: ./assets/windows/template.rc
    love-package: ./game.love
    product-name: love_app
    version-string: "2.3.4"
    output-folder: "./dist"

All inputs

Name Required Default Description
icon-path false "./icon.ico" Path to the exe's icon. Use LÖVE default if not specified
rc-path true "" Path to the .rc file. Used to compile exe's resource file
love-package false "./game.love" Path to the appImage's icon. Use LÖVE default if not specified
product-name false "love_app" Love package. Used to assemble the executable
version-string false "11.4" Base name of the package. Used to rename products
output-folder false "./build" Packages output folder. All packages would be placed here

All outputs

Name Example Description
package-paths ./build/love_app_x86.zip ./build/love_app_x64.zip Built packages' paths in a bash-style list relative to the repository root, separated by spaces