Go to file
2022-09-23 11:54:04 -05:00
action.yml initial commit 2022-09-22 23:17:52 -05:00
COPYING initial commit 2022-09-22 23:17:52 -05:00
Dockerfile initial commit 2022-09-22 23:17:52 -05:00
entrypoint.sh create output directory one level up 2022-09-23 11:54:04 -05:00
README.md add comment, add required @trunk to example 2022-09-23 00:25:09 -05:00

GitHub Action to build a 0ad pyromod file

This is a GitHub Action that will build a 0ad pyromod

Usage

name: Build Pyromod

on: [push]

jobs:
  build-pyromod:
    runs-on: ubuntu-20.04
    steps:
      - uses: actions/checkout@v3
      - uses:  0ad-matters/gh-action-build-pyromod@trunk
        with:
          name: <mod name>
          version: <mod ver>
        id: build-pyromod