mirror of
https://github.com/irongut/CodeCoverageSummary.git
synced 2026-05-15 06:30:14 +02:00
fixed sample filename
This commit is contained in:
+1
-1
@@ -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"]
|
||||
Reference in New Issue
Block a user