From a80253aee68968c722c796c523ed26655d29c882 Mon Sep 17 00:00:00 2001 From: Kirill Isakov Date: Mon, 23 Aug 2021 13:00:44 +0600 Subject: [PATCH] CI: fix archive name for sanitizer results. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3961cae2..db279cfa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -143,7 +143,7 @@ jobs: - name: Upload test results uses: actions/upload-artifact@v2 with: - name: tests_${{ env.ARTIFACT }} + name: tests_sanitizer_${{ matrix.sanitizer }} path: /tmp/logs/tests.*.tar.gz if: always() -- 2.20.1