Skip to content

Roang-zero1/factorio-mod-package

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

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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