Initial commit
This commit is contained in:
commit
3ab2101fff
5 changed files with 105 additions and 0 deletions
12
.github/workflows/publish-catpkg.yml
vendored
Normal file
12
.github/workflows/publish-catpkg.yml
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue