Skip to content

Added the mech knights to the Dominus maniple #66

Added the mech knights to the Dominus maniple

Added the mech knights to the Dominus maniple #66

Workflow file for this run

# This workflow adds the necessary assets to every release
# For more details, visit https://github.com/BSData/publish-catpkg
name: Publish catpkg
on:
release:
types: [ published, edited ]
permissions: write-all
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: BSData/publish-catpkg@v1