From 00473195f83e73629b06f8d8b6e9badcb66129c1 Mon Sep 17 00:00:00 2001 From: Shiloh Heurich Date: Tue, 27 Feb 2024 19:22:32 -0500 Subject: [PATCH] fix2 --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a7590837..ffd5ded2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: dist-${{ matrix.go-os }}-${{ matrix.go-arch }}-${{ matrix.app }} - path: dist + path: dist/ docker: needs: @@ -66,6 +66,7 @@ jobs: - name: Download build artifacts uses: actions/download-artifact@v4 with: + merge-multiple: true path: dist pattern: dist-${{ matrix.docker-os }}-${{ matrix.docker-arch }}-${{ matrix.app }} - name: Display artifacts