From e8f94cd331c2b97867a89644c241d02c6c785844 Mon Sep 17 00:00:00 2001 From: Szilard Parrag Date: Thu, 21 Nov 2024 11:57:26 +0100 Subject: [PATCH] ci: fix workdir for base-release Signed-off-by: Szilard Parrag --- .github/workflows/base-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/base-release.yaml b/.github/workflows/base-release.yaml index 7fec9a28..93e53563 100644 --- a/.github/workflows/base-release.yaml +++ b/.github/workflows/base-release.yaml @@ -166,7 +166,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: artifacts-${{ inputs.distribution }}-${{ matrix.GOOS }}-${{ matrix.GOARCH }} - path: distributions/${{ inputs.distribution }}/dist/**/* + path: distributions/${{ inputs.distribution }} if-no-files-found: error - name: Install jq