Skip to content

Commit

Permalink
fix artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen committed Sep 19, 2024
1 parent ec35a9d commit 3f8d57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f8d57b

Please sign in to comment.