We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c0c86 commit da225f8Copy full SHA for da225f8
.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 -cvzf repository.tar.gz deps/ docs/ examples/ ide/ include/ python/ src/ tests/ *.py *.txt
+ run: tar -cvzf repository.tar.gz deps/ docs/ examples/ ide/ include/ python/ src/ tests/ build/ *.py *.txt
48
49
- name: Upload library
50
uses: actions/upload-artifact@v4
0 commit comments