From c80e7e052d0ba2c6caa6b16602b343c4b485a3d4 Mon Sep 17 00:00:00 2001 From: Eric Daniels Date: Tue, 27 Jun 2023 11:48:25 -0400 Subject: [PATCH] change json.log artifact to matrix platform --- .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 bda68679008..850d7b1bc09 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -82,7 +82,7 @@ jobs: if: always() uses: actions/upload-artifact@v3 with: - name: test-${{ matrix.arch }}.json + name: test-${{ matrix.platform }}.json path: json.log retention-days: 30