Skip to content

Commit b077b87

Browse files
committed
debug
1 parent f3325d9 commit b077b87

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/index.ts

+6
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,15 @@ const run = async () => {
6363

6464
const getVersion = async () => {
6565
core.debug(`Fetching version artifact "${version}"`);
66+
6667
const artifact = (await artifactClient.getArtifact(version)).artifact
68+
core.debug(`Version artifact ${artifact}`)
6769
const artifactId = artifact.id
70+
core.debug(`Version artifact id: ${artifactId}`)
71+
6872
const downloadPath = (await artifactClient.downloadArtifact(artifactId)).downloadPath
73+
core.debug(`Version artifact downaloadPath: ${downloadPath}`)
74+
6975
if (downloadPath == null)
7076
throw new Error("Download path for artifact ${version} is null");
7177

0 commit comments

Comments
 (0)