mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-26 02:36:10 +00:00
Add os to test artifact name
This commit is contained in:
parent
dd3060a80b
commit
a5161e8cdc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -59,7 +59,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v4.3.3
|
||||
with:
|
||||
retention-days: 14
|
||||
name: ${{ matrix.py_version }}-test-results
|
||||
name: ${{ matrix.py_version }}-${{ matrix.os }}-test-results
|
||||
path: |
|
||||
flake8.output
|
||||
test.xml
|
||||
|
|
Loading…
Reference in a new issue