We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5402ba8 commit afff3e5Copy full SHA for afff3e5
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
if: matrix.os == 'linux-intel'
44
uses: coverallsapp/github-action@v2
45
with:
46
- files: ${{ steps.get-files.outputs.files }}
+ files: ${{ steps.get-coverage-files.outputs.files }}
47
48
build-sdist:
49
name: Build source distribution
0 commit comments