Skip to content

Commit afff3e5

Browse files
committed
Fix typo
1 parent 5402ba8 commit afff3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: matrix.os == 'linux-intel'
4444
uses: coverallsapp/github-action@v2
4545
with:
46-
files: ${{ steps.get-files.outputs.files }}
46+
files: ${{ steps.get-coverage-files.outputs.files }}
4747

4848
build-sdist:
4949
name: Build source distribution

0 commit comments

Comments
 (0)