Skip to content

Commit 35bb0c9

Browse files
committed
fix: add all files to tar without .github directory
1 parent bd5b23e commit 35bb0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
path: ${{env.build_dir}}/libspla_x64.so
4545

4646
- name: Archive repository
47-
run: tar --exculde='.github' --exclude='**/*.md' -cvzf repository.tar.gz .
47+
run: tar -cvzf repository.tar.gz !(.github)
4848

4949
- name: Upload library
5050
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)