Skip to content

Commit

Permalink
fix build package tool
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
  • Loading branch information
zhouyuan committed Dec 10, 2024
1 parent dabf84c commit 3ec7d82
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: .m2/repository/org/apache/arrow/
name: velox-arrow-jar-centos-7-${{github.sha}}

build-bundle-package-centos8:
Expand Down

0 comments on commit 3ec7d82

Please sign in to comment.