Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wForget committed Dec 10, 2024
1 parent fbae7da commit 90962f2
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: $GITHUB_WORKSPACE/.m2/repository/org/apache/arrow/
path: ${{ github.workspace }}/.m2/repository/org/apache/arrow/
name: velox-arrow-jar-centos-7-${{github.sha}}

build-bundle-package-centos8:
Expand Down

0 comments on commit 90962f2

Please sign in to comment.