Skip to content

Commit

Permalink
ci: Fix paths to lcov files
Browse files Browse the repository at this point in the history
  • Loading branch information
SamboyCoding committed Aug 24, 2024
1 parent 4c4db74 commit 0884237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
files: ./lcov.info
files: ./Cpp2IL.Core.Tests/lcov.info ./LibCpp2ILTests/lcov.info
- name: Publish StableNameDotNet
if: github.event_name == 'push'
run: dotnet nuget push -s https://nuget.samboy.dev/v3/index.json -k ${{ secrets.NUGET_KEY }} ./StableNameDotNet/bin/Release/*.nupkg
Expand Down

0 comments on commit 0884237

Please sign in to comment.