mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-24 23:48:29 +02:00
test
This commit is contained in:
parent
58635087fa
commit
281494175f
1 changed files with 1 additions and 0 deletions
1
dist/index.js
vendored
1
dist/index.js
vendored
|
@ -6396,6 +6396,7 @@ class DownloadHttpClient {
|
||||||
return __awaiter(this, void 0, void 0, function* () {
|
return __awaiter(this, void 0, void 0, function* () {
|
||||||
// the itemPath search parameter controls which containers will be returned
|
// the itemPath search parameter controls which containers will be returned
|
||||||
const resourceUrl = new url_1.URL(containerUrl);
|
const resourceUrl = new url_1.URL(containerUrl);
|
||||||
|
console.log("appending itempath of " + artifactName)
|
||||||
resourceUrl.searchParams.append('itemPath', artifactName);
|
resourceUrl.searchParams.append('itemPath', artifactName);
|
||||||
// use the first client from the httpManager, `keep-alive` is not used so the connection will close immediately
|
// use the first client from the httpManager, `keep-alive` is not used so the connection will close immediately
|
||||||
const client = this.downloadHttpManager.getClient(0);
|
const client = this.downloadHttpManager.getClient(0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue