Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Sep 14, 2024
1 parent 69fb093 commit 30d9f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/DeployTasks/UploadArtifactsTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ public override async Task RunAsync(BuildContext context)
};

await context.GitHubActions().Commands.UploadArtifact(new DirectoryPath(context.NuGetsDirectory.FullPath), $"nuget-{os}");
await context.GitHubActions().Commands.UploadArtifact(new DirectoryPath(context.BuildOutput.FullPath), $"build-{os}");
await context.GitHubActions().Commands.UploadArtifact(new DirectoryPath(context.BuildOutput), $"build-{os}");
}
}

0 comments on commit 30d9f7f

Please sign in to comment.