Skip to content

Commit bf3b5ae

Browse files
authored
[Fix] Update artifact download path for velox-native-lib for spark 41 (#11399)
1 parent 7063df0 commit bf3b5ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/velox_backend_x86.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,7 +1508,7 @@ jobs:
15081508
uses: actions/download-artifact@v4
15091509
with:
15101510
name: velox-native-lib-centos-7-${{github.sha}}
1511-
path: ./cpp/build/releases
1511+
path: ./cpp/build/
15121512
- name: Download Arrow Jars
15131513
uses: actions/download-artifact@v4
15141514
with:
@@ -1565,7 +1565,7 @@ jobs:
15651565
uses: actions/download-artifact@v4
15661566
with:
15671567
name: velox-native-lib-centos-7-${{github.sha}}
1568-
path: ./cpp/build/releases
1568+
path: ./cpp/build/
15691569
- name: Download Arrow Jars
15701570
uses: actions/download-artifact@v4
15711571
with:

0 commit comments

Comments
 (0)