mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Fix log name for deploy test action (#17967)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/17980/head
parent
5083425291
commit
2b557355db
|
@ -344,5 +344,5 @@ jobs:
|
|||
if: ${{ ! success() }}
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: helm-log-${{ matrix.mode }}-${{ matrix.task }}
|
||||
name: helm-log-${{ matrix.mq_type }}-${{ matrix.mode }}-${{ matrix.task }}
|
||||
path: tests/python_client/deploy/k8s_logs
|
||||
|
|
Loading…
Reference in New Issue