mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-09 21:24:36 +00:00
Add built modules as artifacts
This commit is contained in:
parent
35e6ffd6af
commit
a02c5e5b9b
6
.github/workflows/default.yml
vendored
6
.github/workflows/default.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user