mirror of https://github.com/tiangolo/fastapi.git
add os to coverage file name
This commit is contained in:
parent
6151360bc9
commit
f8b92f0a46
|
|
@ -106,7 +106,7 @@ jobs:
|
|||
- name: Store coverage files
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: coverage-${{ matrix.python-version }}-${{ matrix.pydantic-version }}
|
||||
name: coverage-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.pydantic-version }}
|
||||
path: coverage
|
||||
include-hidden-files: true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue