Skip to content

Commit

Permalink
Fixed a minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zohaib87 committed Oct 6, 2023
1 parent 99c5ff1 commit 8c04be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
filename: ${{ github.event.repository.name }}.zip
directory: ../
exclusions: '*.git* *.md *.yml /*docs/*'
recursive_exclusions: '**/psd/**'
recursive_exclusions: '**/*.psd **/psd/**'
# exclusions e.g: '*.git* /*node_*/* *.json *.lock *.md'

- name: Upload Archive Release Asset
Expand Down

0 comments on commit 8c04be6

Please sign in to comment.