Skip to content

Commit b3d576b

Browse files
author
avandras
committed
Fix wrong path
1 parent 08a35ed commit b3d576b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/upload-artifact@v4
4444
with:
4545
name: logs-${{ matrix.os }}
46-
path: ${{ runner.temp }}/*.coverage.*
46+
path: ${{ runner.temp }}/.coverage.*
4747
retention-days: 1
4848

4949
post-unit-coverage:

0 commit comments

Comments
 (0)