1
0
дзеркало https://github.com/arsenetar/dupeguru.git synced 2025-09-11 17:58:17 +00:00
- Merge the resulting artifacts
- Use only the .so files from build
This commit is contained in:
Andrew Senetar 2024-05-11 01:21:58 -07:00
джерело e3bcf9d686
коміт 3a97ba941a
Підписано: arsenetar
Ідентифікатор GPG ключа: C63300DCE48AB2F1

12
.github/workflows/default.yml сторонній

@ -52,4 +52,14 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: modules ${{ matrix.python-version }}
path: ${{ github.workspace }}/**/*.so
path: build/**/*.so
merge-artifacts:
needs: [test]
runs-on: ubuntu-latest
steps:
- name: Merge Artifacts
uses: actions/upload-artifact/merge@v4
with:
name: modules
pattern: modules*
delete-merged: true