Skip to content

Commit

Permalink
fix: breaking change in upload artifact that ignores hidden files
Browse files Browse the repository at this point in the history
  • Loading branch information
0xalpharush authored Sep 11, 2024
1 parent 16fd330 commit 2c792b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/upload-coverage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ runs:
path: |
.coverage.*
*.lcov
if-no-files-found: ignore
if-no-files-found: ignore
include-hidden-files: true

0 comments on commit 2c792b2

Please sign in to comment.