Skip to content

Commit b46e8bc

Browse files
authored
fix(build): upload proper .sig file path after notarization (#1186)
1 parent ad1eacd commit b46e8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/build/src/run-draft.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export async function runDraft(
5252
signingComment: 'Evergreen Automatic Signing (mongosh)'
5353
}
5454
);
55-
const signatureFile = tarballFile.path + '.sig';
55+
const signatureFile = downloadedArtifact + '.sig';
5656

5757
await Promise.all([
5858
[ downloadedArtifact, tarballFile.contentType ],

0 commit comments

Comments
 (0)