Skip to content

Commit d955c6a

Browse files
committed
Add debug information
1 parent 1ec2ca6 commit d955c6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/artifact.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ export async function uploadToArtifact(
3535
repo: github.context.repo.repo,
3636
run_id: github.context.runId,
3737
});
38+
console.log(artifacts);
3839

3940
const artifactData = artifacts.find((a) => a.name === artifactName);
41+
console.log(artifactData);
4042

4143
return artifactData!.archive_download_url;
4244
}

0 commit comments

Comments
 (0)