diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 55e9fe7cda..dd9c90b2cf 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -37,6 +37,7 @@ jobs: - name: Set outputs id: vars run: | + set -eux git config --global --add safe.directory "${{ github.workspace }}" echo "sha_short=$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT" @@ -55,7 +56,6 @@ jobs: run: | set -eux 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