From 7b89d11266a83d40923f876b496428bf3c3cb0b6 Mon Sep 17 00:00:00 2001 From: bob Date: Fri, 12 Apr 2024 01:02:34 +0200 Subject: [PATCH] a --- .github/workflows/dd-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dd-build.yml b/.github/workflows/dd-build.yml index 7ae3b48e79195..10376567b0115 100644 --- a/.github/workflows/dd-build.yml +++ b/.github/workflows/dd-build.yml @@ -47,7 +47,7 @@ jobs: done - uses: actions/upload-artifact@v4 with: - name: k8s_output + name: k8s_output_${{ matrix.platform }} path: _output/release-tars release: runs-on: ubuntu-latest @@ -107,7 +107,7 @@ jobs: steps: - uses: actions/download-artifact@v2 with: - name: k8s_output + name: k8s_output_${{ matrix.platform }} path: _output/release-tars - name: Display structure of downloaded files run: ls -R