Add built modules as artifacts

This commit is contained in:
Andrew Senetar 2022-03-04 01:14:01 -06:00
parent 35e6ffd6af
commit a02c5e5b9b
Signed by: arsenetar
GPG Key ID: C63300DCE48AB2F1
1 changed files with 6 additions and 0 deletions

View File

@ -76,3 +76,9 @@ jobs:
- name: Run tests
run: |
pytest core hscommon
- name: Upload Artifacts
if: matrix.os == 'ubuntu-latest'
uses: actions/upload-artifact@v3
with:
name: modules ${{ matrix.python-version }}
path: ${{ github.workspace }}/**/*.so