This is an automated email from the ASF dual-hosted git repository.
marong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new bf3b5aede7 [Fix] Update artifact download path for velox-native-lib
for spark 41 (#11399)
bf3b5aede7 is described below
commit bf3b5aede7d45caaeda8f833a37b9a2601f6ffeb
Author: Chang chen <[email protected]>
AuthorDate: Tue Jan 13 19:29:03 2026 +0800
[Fix] Update artifact download path for velox-native-lib for spark 41
(#11399)
---
.github/workflows/velox_backend_x86.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/velox_backend_x86.yml
b/.github/workflows/velox_backend_x86.yml
index d8e89feb27..12bc7acabe 100644
--- a/.github/workflows/velox_backend_x86.yml
+++ b/.github/workflows/velox_backend_x86.yml
@@ -1508,7 +1508,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: velox-native-lib-centos-7-${{github.sha}}
- path: ./cpp/build/releases
+ path: ./cpp/build/
- name: Download Arrow Jars
uses: actions/download-artifact@v4
with:
@@ -1565,7 +1565,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: velox-native-lib-centos-7-${{github.sha}}
- path: ./cpp/build/releases
+ path: ./cpp/build/
- name: Download Arrow Jars
uses: actions/download-artifact@v4
with:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]