chore(CI): fix log attachment overwrite error
This commit is contained in:
parent
41f2b77ec3
commit
0111306224
|
@ -106,11 +106,11 @@ jobs:
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v1
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: logs
|
name: logs_${{ matrix.otp_release }}
|
||||||
path: _build/test/logs
|
path: _build/test/logs
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: cover
|
name: cover_${{ matrix.otp_release }}
|
||||||
path: _build/test/cover
|
path: _build/test/cover
|
||||||
|
|
||||||
finish:
|
finish:
|
||||||
|
|
Loading…
Reference in New Issue