Skip to content

Commit 880230f

Browse files
committed
chore: fix github workflow artifact for martix k8s version.
Signed-off-by: Lan Liang <[email protected]>
1 parent cf79018 commit 880230f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
if: always()
223223
uses: actions/upload-artifact@v4
224224
with:
225-
name: kind-junit-${{ env.JOB_NAME }}-${{ github.run_id }}
225+
name: kind-junit-${{ env.JOB_NAME }}-${{ matrix.k8s }}-${{ matrix.ipFamily }}-${{ github.run_id }}
226226
path: './_artifacts/*.xml'
227227

228228
- name: Export logs
@@ -234,5 +234,5 @@ jobs:
234234
if: always()
235235
uses: actions/upload-artifact@v4
236236
with:
237-
name: kind-logs-${{ env.JOB_NAME }}-${{ github.run_id }}
237+
name: kind-logs-${{ env.JOB_NAME }}-${{ matrix.k8s }}-${{ matrix.ipFamily }}-${{ github.run_id }}
238238
path: ./_artifacts/logs

0 commit comments

Comments
 (0)