Separate windows-2019 and windows-2022 test results
This fixes the problem that only one upload is kept per artifact name. Signed-off-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>
This commit is contained in:
parent
e217c83e8c
commit
65150600d8
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -363,7 +363,7 @@ jobs:
|
|||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: TestResults Windows
|
name: TestResults ${{ matrix.os }}
|
||||||
path: |
|
path: |
|
||||||
${{github.workspace}}/*-junit.xml
|
${{github.workspace}}/*-junit.xml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user