From d615099ce1ab034081fa387311b72c320323dda3 Mon Sep 17 00:00:00 2001 From: Matthias Bertschy Date: Tue, 11 Feb 2025 07:42:30 +0100 Subject: [PATCH] try fixing download-artifacts action for release Signed-off-by: Matthias Bertschy --- .github/workflows/c-create-release.yaml | 1 + .github/workflows/d-publish-image.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/c-create-release.yaml b/.github/workflows/c-create-release.yaml index a2523029..c8a5ba56 100644 --- a/.github/workflows/c-create-release.yaml +++ b/.github/workflows/c-create-release.yaml @@ -30,6 +30,7 @@ jobs: - uses: actions/download-artifact@v4 id: download-artifact with: + name: kubescape path: . # TODO: kubescape-windows-latest is deprecated and should be removed diff --git a/.github/workflows/d-publish-image.yaml b/.github/workflows/d-publish-image.yaml index aee00422..a17270e5 100644 --- a/.github/workflows/d-publish-image.yaml +++ b/.github/workflows/d-publish-image.yaml @@ -74,6 +74,7 @@ jobs: - uses: actions/download-artifact@v4 id: download-artifact with: + name: kubescape path: . - name: mv kubescape amd64 binary run: mv ${{steps.download-artifact.outputs.download-path}}/kubescape/kubescape-ubuntu-latest kubescape-amd64-ubuntu-latest