Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KealL committed Apr 17, 2020
2 parents 520d139 + 0313b40 commit 8eec5b0
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/publish-catpkg.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Publish catpkg

on:
release:
types: [created, edited]
jobs:
publish-catpkg:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: BSData/publish-catpkg@v1
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Ignore everything
*

# Don't ignore .git* files
!.gitignore
!.gitattributes

# Don't ignore catalogues and game system
!*.cat
!*.gst

# Don't ignore docs
!*.md

# Don't ignore github files
!/.github
!/.github/**

# Don't ignore .yml for CI build definitions
!*.yml

0 comments on commit 8eec5b0

Please sign in to comment.