Skip to content

Commit e18868b

Browse files
committed
Fix files tag in CI codedoc action
1 parent 72b2f15 commit e18868b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ jobs:
6161
- uses: julia-actions/julia-processcoverage@v1
6262
- uses: codecov/codecov-action@v5
6363
with:
64-
file: lcov.info
64+
files: lcov.info

0 commit comments

Comments
 (0)