Skip to content

Commit

Permalink
fix download artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
whhe committed Jun 5, 2024
1 parent 9d3ffb9 commit 62cf3f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-oceanbase-ce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
uses: actions/download-artifact@v4
with:
name: oceanbase-ce
path: oceanbase-ce.tar
path: /tmp

- name: Load Docker image
run: docker load --input oceanbase-ce.tar
run: docker load -i /tmp/oceanbase-ce.tar

- name: Start Docker container
uses: oceanbase/setup-oceanbase-ce@v1
Expand Down

0 comments on commit 62cf3f4

Please sign in to comment.