BSD_Warhammer_40000_V8/.github/workflows/publish-catpkg.yml
2020-07-19 20:43:58 +01:00

12 lines
319 B
YAML

# 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 ]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: BSData/publish-catpkg@v1