mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-02-26 13:51:39 +00:00
Add built modules as artifacts
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user