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 35bb0c9 commit d2c0c86Copy full SHA for d2c0c86
.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 !(.github)
+ run: tar -cvzf repository.tar.gz deps/ docs/ examples/ ide/ include/ python/ src/ tests/ *.py *.txt
48
49
- name: Upload library
50
uses: actions/upload-artifact@v4
0 commit comments