Skip to content

Commit

Permalink
fixed artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Jun 28, 2024
1 parent 050d9d7 commit 78e067b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,9 @@ jobs:
uses: actions/download-artifact@v4
with:
name: artifact-20
path: ./
path: ./docs

- run: ls -al
- run: ls -R docs

- name: Analyze with SonarCloud
uses: sonarsource/sonarcloud-github-action@master
Expand Down

0 comments on commit 78e067b

Please sign in to comment.