Skip to content

Commit

Permalink
fix: mv command
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunal Nagar committed Sep 15, 2021
1 parent de746b4 commit 0ddc17a
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 @@ -17,7 +17,7 @@ jobs:
workflow: ci.yml
- name: Move artifacts to current working directory
run: |
mv artifact/* .
mv artifact/{,.[^.]}* .
rm -rf artifact
- name: Upload test coverage
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit 0ddc17a

Please sign in to comment.