Initial commit

This commit is contained in:
Iain Launchbury 2020-07-19 20:43:58 +01:00
commit 3ab2101fff
5 changed files with 105 additions and 0 deletions

12
.github/workflows/publish-catpkg.yml vendored Normal file
View file

@ -0,0 +1,12 @@
# 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