ci: remove undefined matrix from artifact name

This commit is contained in:
Zaiming (Stone) Shi 2022-12-07 17:27:59 +01:00
parent c9d84b2fda
commit 1c8a9079b9
1 changed files with 2 additions and 2 deletions

View File

@ -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: