Skip to content

Commit

Permalink
fix: Update artifact extract path
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunal Nagar committed Sep 15, 2021
1 parent 9bf7b47 commit 6c59463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: dawidd6/action-download-artifact@v2
with:
workflow: ci.yml
path: .
path: ./
- name: Upload test coverage
uses: codecov/codecov-action@v1
- name: Install dependencies
Expand Down

0 comments on commit 6c59463

Please sign in to comment.