We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd35572 commit b2b99cdCopy full SHA for b2b99cd
src/extension/arrow-ext/.github/workflows/release.yml
@@ -58,6 +58,9 @@ jobs:
58
echo "ts-suffix=" >> "$GITHUB_OUTPUT"
59
fi
60
61
+ - name: Create output directory
62
+ run: mkdir -p dist
63
+
64
- name: Build in Docker container
65
run: |
66
docker run --rm \
@@ -88,7 +91,6 @@ jobs:
88
91
echo "::endgroup::"
89
92
90
93
echo "::group::Package artifact"
- mkdir -p /workspace/dist
94
cp /workspace/target/release/libarrow.so /workspace/dist/arrow.so
95
96
'
0 commit comments