Skip to content

Commit a9f2454

Browse files
committed
fix file name
1 parent 898b91a commit a9f2454

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
if: success()
4949
uses: coverallsapp/github-action@v2
5050
with:
51-
file: "${{github.workspace}}/test/Equatable.Generator.Tests/bin/Release/net10.0/TestResults/coverage.info"
51+
file: "${{github.workspace}}/test/Equatable.Generator.Tests/bin/*/*/TestResults/coverage.info"
5252
format: lcov
5353

5454
- name: Create Packages

src/Equatable.Generator/Equatable.Generator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<None Include="..\Equatable.SourceGenerator\bin\$(Configuration)\netstandard2.0\Equatable.SourceGenerator.dll" PackagePath="analyzers/dotnet/roslyn4.8/cs" Pack="true" Visible="false" />
11-
<None Include="..\Equatable.SourceGenerator\Equatable.targets" PackagePath="build" Pack="true" Visible="false" />
11+
<None Include="..\Equatable.SourceGenerator\Equatable.Generator.targets" PackagePath="build" Pack="true" Visible="false" />
1212

1313
</ItemGroup>
1414

File renamed without changes.

0 commit comments

Comments
 (0)