PR feedback

This commit is contained in:
Konrad Pabjan 2020-07-14 12:07:01 +02:00
parent 539315322a
commit 10ae4df874
5 changed files with 10 additions and 6 deletions

1
dist/index.js vendored
View file

@ -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');
}