Skip to content

Moodle Plugin Dist

Reusable workflow for building distributable Moodle plugin ZIP files.

File: .github/workflows/moodle-plugin-dist.yml

Use it when a plugin needs a ZIP package without local caches, CI files, tests, or generated documentation.

yaml
jobs:
  dist:
    uses: middag-io/.github-private/.github/workflows/moodle-plugin-dist.yml@workflows-v1
    with:
      zip-name: local_helico

MIDDAG Tecnologia