Skip to content

Commit

Permalink
(cake-buildGH-4391) GHA cross-job download artifact support
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Nov 9, 2024
1 parent 2d27169 commit f87b1e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Task("Cake.Common.Build.GitHubActionsProvider.Commands.DownloadArtifact")
});

Task("Cake.Common.Build.GitHubActionsProvider.Commands.DownloadArtifact.PreviousJob")
.Does<GitHubActionsData>(async => {
.Does(async () => {
// Given
var targetPath = Paths.Temp.Combine("./Cake.Common.Build.GitHubActionsProvider.Commands.DownloadArtifact.PreviousJob");
EnsureDirectoryExists(targetPath);
Expand Down

0 comments on commit f87b1e5

Please sign in to comment.