Skip to content

Commit 5786ed7

Browse files
committed
fix(ci): add shared module
1 parent 72beca2 commit 5786ed7

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 -cvzf repository.tar.gz run_tests.py build/
47+
run: tar -cvzf repository.tar.gz shared.py run_tests.py build/
4848

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

0 commit comments

Comments
 (0)