We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec2ca6 commit d955c6aCopy full SHA for d955c6a
src/artifact.ts
@@ -35,8 +35,10 @@ export async function uploadToArtifact(
35
repo: github.context.repo.repo,
36
run_id: github.context.runId,
37
});
38
+ console.log(artifacts);
39
40
const artifactData = artifacts.find((a) => a.name === artifactName);
41
+ console.log(artifactData);
42
43
return artifactData!.archive_download_url;
44
}
0 commit comments