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 7d79752 commit a8479a8Copy full SHA for a8479a8
src/artifact.ts
@@ -45,5 +45,5 @@ export async function uploadToArtifact(
45
46
const artifactData = artifacts.find((a) => a.name === artifactName);
47
48
- return artifactData?.archive_download_url;
+ return artifactData?.url;
49
}
0 commit comments