Skip to content

Commit fc02ace

Browse files
committed
Fix dist/ permission error: chown after Docker build step
1 parent 7c1ce0e commit fc02ace

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
-e OUTPUT_DIR=/work/dist \
5555
${{ matrix.container }} \
5656
/work/ci/build/build-haproxy-dist.sh
57+
# Fix ownership — Docker runs as root, subsequent steps run as runner user.
58+
sudo chown -R "$(id -u):$(id -g)" dist/
5759
5860
- name: Extract tarball into ray_haproxy/bin/
5961
run: |

0 commit comments

Comments
 (0)