mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34: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
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
pytest core hscommon
|
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