CI: fix archive name for sanitizer results.
authorKirill Isakov <is-kir@ya.ru>
Mon, 23 Aug 2021 07:00:44 +0000 (13:00 +0600)
committerKirill Isakov <is-kir@ya.ru>
Mon, 23 Aug 2021 07:00:44 +0000 (13:00 +0600)
.github/workflows/test.yml

index 3961cae..db279cf 100644 (file)
@@ -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()