Skip to content

Commit b2b99cd

Browse files
committed
fix: docker permissions while building arrow-ext binaries in workflow
1 parent cd35572 commit b2b99cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/extension/arrow-ext/.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
echo "ts-suffix=" >> "$GITHUB_OUTPUT"
5959
fi
6060
61+
- name: Create output directory
62+
run: mkdir -p dist
63+
6164
- name: Build in Docker container
6265
run: |
6366
docker run --rm \
@@ -88,7 +91,6 @@ jobs:
8891
echo "::endgroup::"
8992
9093
echo "::group::Package artifact"
91-
mkdir -p /workspace/dist
9294
cp /workspace/target/release/libarrow.so /workspace/dist/arrow.so
9395
echo "::endgroup::"
9496
'

0 commit comments

Comments
 (0)