mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-27 08:58:28 +02:00
README updates
This commit is contained in:
parent
37d541d232
commit
539315322a
4 changed files with 21 additions and 9 deletions
4
dist/index.js
vendored
4
dist/index.js
vendored
|
@ -6583,7 +6583,7 @@ var Inputs;
|
|||
})(Inputs = exports.Inputs || (exports.Inputs = {}));
|
||||
var Outputs;
|
||||
(function (Outputs) {
|
||||
Outputs["DownloadPath"] = "downloadPath";
|
||||
Outputs["DownloadPath"] = "download-path";
|
||||
})(Outputs = exports.Outputs || (exports.Outputs = {}));
|
||||
|
||||
|
||||
|
@ -6641,8 +6641,6 @@ function run() {
|
|||
try {
|
||||
const name = core.getInput(constants_1.Inputs.Name, { required: false });
|
||||
const path = core.getInput(constants_1.Inputs.Path, { required: false });
|
||||
const testing = path_1.resolve(path);
|
||||
core.info(`Will tilde expansion work... ${testing}`);
|
||||
const artifactClient = artifact.create();
|
||||
if (!name) {
|
||||
// download all artifacts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue