Skip to content

Factorio Mod packaging

Actions
Create a zip file from a Factorio mod source
v1.2.2
Latest
Star (2)

GitHub Action for Factorio mod packaging

Create a Factorio mod package that can be used locally or uploaded to the mod portal

Usage

This action can be used with a repository contain a Factorio mod at base level.

All the relevant information for naming are taken from the info.json

The action can be used as follows:

on: push
name: Check & Release
jobs:
  release:
    runs-on: ubuntu-latest
    steps:
      - name: Create Factorio mod package
        uses: Roang-zero1/factorio-mod-package@master

Inputs

mod_base_dir

Path to the directory where package creation will be executed in.

Sample Workflow

A sample workflow that uses this action can be found at Roang-zero1/factorio-mod-actions

Factorio Mod packaging 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

Create a zip file from a Factorio mod source
v1.2.2
Latest

Factorio Mod packaging 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.