mirror of
https://gitea.com/actions/upload-artifact.git
synced 2026-01-30 22:03:57 +08:00
Simplify output
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -127066,7 +127066,7 @@ function run() {
|
||||
core.setOutput('artifact-id', uploadResponse.id);
|
||||
const repository = github.context.repo;
|
||||
const artifactURL = `${github.context.serverUrl}/${repository.owner}/${repository.repo}/actions/runs/${github.context.runId}/artifacts/${uploadResponse.id}`;
|
||||
core.info(`Artifact web download URL: ${artifactURL}`);
|
||||
core.info(`Artifact download URL: ${artifactURL}`);
|
||||
core.setOutput('artifact-url', artifactURL);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user