Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Aug 20, 2024
1 parent 966f0e5 commit 4d8b1c7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/velox_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
# path: ./cpp/build/velox/benchmarks/
- uses: actions/upload-artifact@v2
with:
name: arrow-jar-centos-7-${{github.sha}}
name: arrow-jars-centos-7-${{github.sha}}
path: /root/.m2/repository/org/apache/arrow/

run-tpc-test-ubuntu:
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Download All Arrow Jar Artifacts
uses: actions/download-artifact@v2
with:
name: arrow-jar-centos-7-${{github.sha}}
name: arrow-jars-centos-7-${{github.sha}}
path: /root/.m2/repository/org/apache/arrow/
- name: Setup tzdata
run: |
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
- name: Download All Arrow Jar Artifacts
uses: actions/download-artifact@v2
with:
name: arrow-jar-centos-7-${{github.sha}}
name: arrow-jars-centos-7-${{github.sha}}
path: /root/.m2/repository/org/apache/arrow/
- name: Update mirror list
run: |
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
- name: Download All Arrow Jar Artifacts
uses: actions/download-artifact@v2
with:
name: arrow-jar-centos-7-${{github.sha}}
name: arrow-jars-centos-7-${{github.sha}}
path: /home/runner/.m2/repository/org/apache/arrow/
- name: Setup java and maven
run: |
Expand Down Expand Up @@ -395,7 +395,7 @@ jobs:
- name: Download All Arrow Jar Artifacts
uses: actions/download-artifact@v2
with:
name: arrow-jar-centos-7-${{github.sha}}
name: arrow-jars-centos-7-${{github.sha}}
path: /home/runner/.m2/repository/org/apache/arrow/
- name: Setup java and maven
run: |
Expand Down Expand Up @@ -488,7 +488,7 @@ jobs:
- name: Download All Arrow Jar Artifacts
uses: actions/download-artifact@v2
with:
name: arrow-jar-centos-7-${{github.sha}}
name: arrow-jars-centos-7-${{github.sha}}
path: /root/.m2/repository/org/apache/arrow/
- name: Update mirror list
run: |
Expand Down Expand Up @@ -555,7 +555,7 @@ jobs:
- name: Download All Arrow Jar Artifacts
uses: actions/download-artifact@v2
with:
name: arrow-jar-centos-7-${{github.sha}}
name: arrow-jars-centos-7-${{github.sha}}
path: /root/.m2/repository/org/apache/arrow/
- name: Setup tzdata
run: |
Expand Down

0 comments on commit 4d8b1c7

Please sign in to comment.