Skip to content

Commit

Permalink
Add release script. I wonder if it'll work.
Browse files Browse the repository at this point in the history
  • Loading branch information
neilenns committed May 14, 2024
1 parent 81269a5 commit d550980
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: |
*.sdPlugin
*.streamDeckPlugin
5 changes: 4 additions & 1 deletion trackaudio/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ node_modules/

# Stream Deck files
*.sdPlugin/bin
*.sdPlugin/logs
*.sdPlugin/logs

# Built packages
*.streamDeckPlugin

0 comments on commit d550980

Please sign in to comment.