mirror of
https://gitea.com/actions/upload-artifact.git
synced 2025-04-21 16:25:34 +08:00
log artifact url
This commit is contained in:
parent
063ad9cd7a
commit
546158a1ec
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…
x
Reference in New Issue
Block a user