We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5b23e commit 35bb0c9Copy full SHA for 35bb0c9
1 file changed
.github/workflows/test.yml
@@ -44,7 +44,7 @@ jobs:
44
path: ${{env.build_dir}}/libspla_x64.so
45
46
- name: Archive repository
47
- run: tar --exculde='.github' --exclude='**/*.md' -cvzf repository.tar.gz .
+ run: tar -cvzf repository.tar.gz !(.github)
48
49
- name: Upload library
50
uses: actions/upload-artifact@v4
0 commit comments