try fixing download-artifacts action for release

Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
This commit is contained in:
Matthias Bertschy
2025-02-11 07:42:30 +01:00
parent f265b91939
commit d615099ce1
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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