Skip to content

Commit

Permalink
fix zip directory
Browse files Browse the repository at this point in the history
  • Loading branch information
visavi committed Nov 15, 2023
1 parent 9bbbfa6 commit 1b176eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: php vendor/bin/cleanup

- name: Create Archive
run: zip -r release.zip -x '*.git*' -x '*node_modules*' .
run: zip -r release.zip . -x .git/\* -x node_modules/\* -x tests/\*

- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 1b176eb

Please sign in to comment.