mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-27 08:58:28 +02:00
PR feedback
This commit is contained in:
parent
539315322a
commit
10ae4df874
5 changed files with 10 additions and 6 deletions
1
dist/index.js
vendored
1
dist/index.js
vendored
|
@ -6662,6 +6662,7 @@ function run() {
|
|||
core.info(`Artifact ${downloadResponse.artifactName} was downloaded to ${downloadResponse.downloadPath}`);
|
||||
}
|
||||
// output the directory that the artifact(s) was/were downloaded to
|
||||
// if no path is provided, an empty string resolves to the current working directory
|
||||
core.setOutput(constants_1.Outputs.DownloadPath, path_1.resolve(path));
|
||||
core.info('Artifact download has finished successfully');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue