remove folder option in favor of path

This commit is contained in:
Bethany
2023-08-23 07:21:01 -07:00
parent ced07aa89c
commit b4f8e602b2
2 changed files with 0 additions and 9 deletions

View File

@@ -91,12 +91,6 @@ export interface DownloadArtifactOptions {
* Denotes where the artifact will be downloaded to. If not specified then the artifact is download to GITHUB_WORKSPACE
*/
path?: string
/**
* Specifies if a root folder with the given name is created for the artifact that is downloaded
* Zip contents are expanded into this folder. A folder will not be created if not specified.
* */
createArtifactFolderName?: string
}
/*****************************************************************************