Skip to content

Merge branch 'develop' #7

Merge branch 'develop'

Merge branch 'develop' #7

Workflow file for this run

name: Publish Factorio Mod
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Validate mod
uses: TheBrutalX/factorio-mod-uploader-action@v1
with:
action: validate
- name: Create zip file
uses: TheBrutalX/factorio-mod-uploader-action@v1
with:
action: compress
- name: Upload mod
uses: TheBrutalX/factorio-mod-uploader-action@v1
with:
action: upload
factorio-api-key: ${{ secrets.FACTORIO_API_KEY }}