Skip to content

Commit

Permalink
Add fix for the incomplete release archive (zip-release exclusions)
Browse files Browse the repository at this point in the history
  • Loading branch information
bladeSk committed Mar 30, 2024
1 parent 432cb15 commit e742c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
type: 'zip'
filename: 'readabletro.zip'
exclusions: '*.git* /*.png /readme.md'
exclusions: '*.git* /comparison.png /readme.md'

- name: Upload Release
uses: ncipollo/[email protected]
Expand Down

0 comments on commit e742c8f

Please sign in to comment.