From 3f8d57b67e98c4e9cd265b40dec23429a3ebc6f1 Mon Sep 17 00:00:00 2001 From: steebchen Date: Thu, 19 Sep 2024 14:17:12 -0400 Subject: [PATCH] fix artifacts --- .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 8f0958f25f..e547b26a67 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/artifacts/$PLATFORM" build-local:latest /bin/sh -c "cp -r /app/artifacts/* /artifacts/$PLATFORM" + docker run --rm -v "$(pwd)/artifacts/$PLATFORM:/artifacts" build-local:latest /bin/sh -c "cp -r /app/artifacts/* /artifacts/" ls -R artifacts/ env: PLATFORM: linux/amd64