ci: avoid github action ct log artifacts name clash

This commit is contained in:
Zaiming (Stone) Shi 2022-12-29 10:36:16 +01:00
parent 5ae4bd6722
commit 9f346b44ee
1 changed files with 2 additions and 2 deletions

View File

@ -170,7 +170,7 @@ jobs:
- uses: actions/upload-artifact@v3
if: failure()
with:
name: logs-${{ matrix.profile }}-${{ matrix.prefix }}
name: logs-${{ matrix.profile }}-${{ matrix.prefix }}-${{ matrix.otp }}
path: source/_build/test/logs
ct:
@ -213,7 +213,7 @@ jobs:
- uses: actions/upload-artifact@v3
if: failure()
with:
name: logs-${{ matrix.profile }}-${{ matrix.prefix }}
name: logs-${{ matrix.profile }}-${{ matrix.prefix }}-${{ matrix.otp }}
path: source/_build/test/logs
make_cover: