Skip to content

Commit a8479a8

Browse files
author
Sosuke Suzuki
committed
Use url
1 parent 7d79752 commit a8479a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/artifact.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ export async function uploadToArtifact(
4545

4646
const artifactData = artifacts.find((a) => a.name === artifactName);
4747

48-
return artifactData?.archive_download_url;
48+
return artifactData?.url;
4949
}

0 commit comments

Comments
 (0)