From 65150600d8961a2d951e8508988a93f47494d48f Mon Sep 17 00:00:00 2001 From: "Paul \"TBBle\" Hampson" Date: Sun, 15 May 2022 22:00:30 +1000 Subject: [PATCH] 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 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7e93a7e6..5ff15a6d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -363,7 +363,7 @@ jobs: - uses: actions/upload-artifact@v2 if: always() with: - name: TestResults Windows + name: TestResults ${{ matrix.os }} path: | ${{github.workspace}}/*-junit.xml