Summary
Download remote artifact container into local directory.
- Namespace
- Cake
.Common .Build .GitHubActions .Commands - Containing Type
- Git
Hub Actions Commands
Syntax
public Task DownloadArtifact(string artifactName, DirectoryPath path)
Parameters
Name | Type | Description |
---|---|---|
artifactName | string | The artifact name. |
path | DirectoryPath | Path to the local directory. |
Return Value
Type | Description |
---|---|
Task | A Task representing the asynchronous operation. |