Skip to content

Commit

Permalink
Try to upload the build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Sep 14, 2024
1 parent d4a9397 commit 69fb093
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/DeployTasks/UploadArtifactsTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +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}");
}
}

0 comments on commit 69fb093

Please sign in to comment.