Skip to content

Commit

Permalink
Add even more exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccue authored and joehoyle committed Jul 15, 2020
1 parent 9b85a6c commit deb7ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: thedoctor0/zip-release@master
with:
filename: 'manual-install.zip'
exclusions: '*.git* tests/*'
exclusions: '*.git* *tests/ *tests/data/ *tests/* *tests/**/*'
path: '.'
directory: '.'

Expand Down

0 comments on commit deb7ea6

Please sign in to comment.