Skip to content

Commit

Permalink
Publish artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayPianikov committed Mar 7, 2024
1 parent f2f91d2 commit 2cb6629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/PackTarget.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public async Task<IReadOnlyCollection<Package>> RunAsync(CancellationToken cance
foreach (var package in packages)
{
WriteLine(package.Path, Color.Details);
artifactsWriter.PublishArtifact($"{package} => .");
artifactsWriter.PublishArtifact($"{package.Path} => .");
}

return packages;
Expand Down

0 comments on commit 2cb6629

Please sign in to comment.