chore(CI): fix log attachment overwrite error

This commit is contained in:
zhanghongtong 2021-08-24 16:07:28 +08:00 committed by turtleDeng
parent 41f2b77ec3
commit 0111306224
1 changed files with 2 additions and 2 deletions

View File

@ -106,11 +106,11 @@ jobs:
- uses: actions/upload-artifact@v1
if: failure()
with:
name: logs
name: logs_${{ matrix.otp_release }}
path: _build/test/logs
- uses: actions/upload-artifact@v1
with:
name: cover
name: cover_${{ matrix.otp_release }}
path: _build/test/cover
finish: