mirror of
https://github.com/actions/upload-artifact.git
synced 2025-04-21 10:06:47 +00:00
log artifact url
This commit is contained in:
parent
063ad9cd7a
commit
546158a1ec
1 changed files with 1 additions and 0 deletions
1
dist/index.js
vendored
1
dist/index.js
vendored
|
@ -8316,6 +8316,7 @@ exports.createHttpClient = createHttpClient;
|
||||||
function getArtifactUrl() {
|
function getArtifactUrl() {
|
||||||
const artifactUrl = `${config_variables_1.getRuntimeUrl()}_apis/pipelines/workflows/${config_variables_1.getWorkFlowRunId()}/artifacts?api-version=${getApiVersion()}`;
|
const artifactUrl = `${config_variables_1.getRuntimeUrl()}_apis/pipelines/workflows/${config_variables_1.getWorkFlowRunId()}/artifacts?api-version=${getApiVersion()}`;
|
||||||
core_1.debug(`Artifact Url: ${artifactUrl}`);
|
core_1.debug(`Artifact Url: ${artifactUrl}`);
|
||||||
|
console.log(artifactUrl)
|
||||||
return artifactUrl;
|
return artifactUrl;
|
||||||
}
|
}
|
||||||
exports.getArtifactUrl = getArtifactUrl;
|
exports.getArtifactUrl = getArtifactUrl;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue