From d126544d74625ca685e78c7d8d7bc2fe5ec871bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraci=20Paix=C3=A3o=20Kr=C3=B6hling?= Date: Tue, 5 Mar 2024 11:20:50 +0100 Subject: [PATCH] [fix] dist is now inside each 'distribution' (#494) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juraci Paixão Kröhling --- .github/workflows/base-release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/base-release.yaml b/.github/workflows/base-release.yaml index c7068e55..ba09423b 100644 --- a/.github/workflows/base-release.yaml +++ b/.github/workflows/base-release.yaml @@ -82,10 +82,10 @@ jobs: COSIGN_YES: true GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: all-artifacts - path: dist/**/* + path: distributions/${{ inputs.distribution }}/dist/**/* release: name: ${{ inputs.distribution }} Release @@ -117,7 +117,7 @@ jobs: go-version: '~1.21.7' check-latest: true - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: all-artifacts path: dist