From c7d3cdb06a5ed5f0ca7fced358968aebdadc2707 Mon Sep 17 00:00:00 2001 From: Vaclav Petras Date: Thu, 26 May 2022 13:40:21 -0400 Subject: [PATCH] CI: Unique artifact name for Ubuntu tests Now using config as the sufficiently unique name. This may be need to be changed in the future to something clearly unique like a new id variable. The name variable has spaces, so avoiding that for now. --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index e3f06f2459c..b9faa98ad44 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -69,7 +69,7 @@ jobs: if: ${{ always() }} uses: actions/upload-artifact@v2 with: - name: testreport-${{ matrix.os }} + name: testreport-${{ matrix.config }} path: testreport retention-days: 3