Skip to content

Commit

Permalink
chore: fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
JaCraig committed Jan 29, 2024
1 parent d2642e8 commit 125e37b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
- name: Publish coverage report to coveralls.io
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
path-to-lcov: TestResults-${{ matrix.dotnet-version }}/coverage.net8.0.info
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./TestResults-${{ matrix.dotnet-version }}/coverage.net8.0.info

- name: Upload NuGet package
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 125e37b

Please sign in to comment.