Skip to content

Commit

Permalink
Runner unique test artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Nov 4, 2024
1 parent 7740ba9 commit 3b53dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ Task("Clean")
async (context, data) => {
await GitHubActions.Commands.UploadArtifact(
data.MarkdownPath,
"Markdown"
$"Markdown_{GitHubActions.Environment.Runner.ImageOS ?? GitHubActions.Environment.Runner.OS}_{context.Environment.Runtime.BuiltFramework.Identifier}_{context.Environment.Runtime.BuiltFramework.Version}"
);
GitHubActions.Commands.SetStepSummary(
string.Join(
Expand Down

0 comments on commit 3b53dae

Please sign in to comment.