From 1c8a9079b9d6e4cd116bbbb08670fb5c52dd18b4 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Wed, 7 Dec 2022 17:27:59 +0100 Subject: [PATCH] ci: remove undefined matrix from artifact name --- .github/workflows/run_test_cases.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_test_cases.yaml b/.github/workflows/run_test_cases.yaml index deca9d3c9..6b94dbb95 100644 --- a/.github/workflows/run_test_cases.yaml +++ b/.github/workflows/run_test_cases.yaml @@ -167,7 +167,7 @@ jobs: - uses: actions/upload-artifact@v3 if: failure() with: - name: logs-${{ matrix.profile }}-${{ matrix.app[0] }}-${{ matrix.app[1] }} + name: logs-${{ matrix.app[0] }}-${{ matrix.app[1] }} path: source/_build/test/logs ct: @@ -209,7 +209,7 @@ jobs: - uses: actions/upload-artifact@v3 if: failure() with: - name: logs-${{ matrix.profile }}-${{ matrix.app[0] }}-${{ matrix.app[1] }} + name: logs-${{ matrix.app[0] }}-${{ matrix.app[1] }} path: source/_build/test/logs make_cover: