diff --git a/dist/index.js b/dist/index.js index fe3bc6b..861a5ae 100644 --- a/dist/index.js +++ b/dist/index.js @@ -4774,6 +4774,7 @@ class UploadHttpClient { } const data = JSON.stringify(parameters, null, 2); const artifactUrl = utils_1.getArtifactUrl(); + console.log("ARTI " + artifactUrl) // use the first client from the httpManager, `keep-alive` is not used so the connection will close immediately const client = this.uploadHttpManager.getClient(0); const headers = utils_1.getUploadHeaders('application/json', false);