Merge pull request #6946 from TBBle/separate-windows-test-results

Separate windows-2019 and windows-2022 test results
This commit is contained in:
Kazuyoshi Kato 2022-05-16 13:33:17 -07:00 committed by GitHub
commit 42c6be80e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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