Skip to content

Commit

Permalink
Fix upload arrow path of build bundle package CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wForget committed Dec 10, 2024
1 parent 50d83c8 commit 59f1b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_bundle_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Upload Artifact Arrow Jar
uses: actions/upload-artifact@v3
with:
path: /root/.m2/repository/org/apache/arrow/
path: /work/.m2/repository/org/apache/arrow/
name: velox-arrow-jar-centos-7-${{github.sha}}

build-bundle-package-centos8:
Expand Down

0 comments on commit 59f1b6b

Please sign in to comment.