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 ad1eacd commit b46e8bcCopy full SHA for b46e8bc
packages/build/src/run-draft.ts
@@ -52,7 +52,7 @@ export async function runDraft(
52
signingComment: 'Evergreen Automatic Signing (mongosh)'
53
}
54
);
55
- const signatureFile = tarballFile.path + '.sig';
+ const signatureFile = downloadedArtifact + '.sig';
56
57
await Promise.all([
58
[ downloadedArtifact, tarballFile.contentType ],
0 commit comments