Skip to content

Commit 0f44d13

Browse files
committed
ci(build): add only build directory and tests to archive
1 parent fc31855 commit 0f44d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

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

8484
- name: Archive repository
85-
run: tar -cvzf repository.tar.gz .
85+
run: tar -cvzf repository.tar.gz run_tests.py build/
8686

8787
- name: Upload library
8888
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)