From: Kirill Isakov Date: Mon, 23 Aug 2021 07:00:44 +0000 (+0600) Subject: CI: fix archive name for sanitizer results. X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=a80253aee68968c722c796c523ed26655d29c882 CI: fix archive name for sanitizer results. --- 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()