From f4db555cab538510aebbca3743ead796f1ca3a4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20D=C3=B6ll?= Date: Tue, 13 Aug 2024 13:38:05 +0000 Subject: [PATCH] chore: upload report in matrix use --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 353494b..1f6220f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,7 +38,7 @@ jobs: - uses: actions/upload-artifact@v4 if: success() || failure() with: - name: Test Reports + name: Test Report ${{ matrix.go-version }} path: .test/reports/** lint: