fixed sample filename

This commit is contained in:
irongut
2021-04-23 23:37:14 +01:00
parent 2e650138f6
commit 00e9c7e9bf
+1 -1
View File
@@ -21,5 +21,5 @@ LABEL com.github.actions.color="purple"
FROM mcr.microsoft.com/dotnet/runtime:5.0 AS final
WORKDIR /app
COPY --from=build /app/publish .
COPY --from=build src/CodeCoverageSummary/sample.coverage.xml .
COPY --from=build /src/sample.coverage.xml .
ENTRYPOINT ["dotnet", "CodeCoverageSummary.dll"]