From ec35a9d3985e4070427602ad28ab125d6abf169f Mon Sep 17 00:00:00 2001 From: steebchen Date: Thu, 19 Sep 2024 13:26:14 -0400 Subject: [PATCH] fix --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 4468967d8b..8f0958f25f 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -54,7 +54,7 @@ jobs: - name: Build local binaries run: | set -eux - docker run --rm -v "$(pwd)/artifacts:/artifacts" build-local:latest /bin/sh -c "cp -r /app/artifacts/* /artifacts/$PLATFORM" + docker run --rm -v "$(pwd)/artifacts:/artifacts/artifacts/$PLATFORM" build-local:latest /bin/sh -c "cp -r /app/artifacts/* /artifacts/$PLATFORM" ls -R artifacts/ env: PLATFORM: linux/amd64