Skip to content

Commit 7c8b45b

Browse files
MarshallOfSoundmalept
authored andcommitted
fix: ensure the SHASUM download call provides mirrorOptions (#110)
1 parent 4bcbc73 commit 7c8b45b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ export async function downloadArtifact(_artifactDetails: ElectronArtifactDetails
107107
force: artifactDetails.force,
108108
downloadOptions: artifactDetails.downloadOptions,
109109
downloader: artifactDetails.downloader,
110+
mirrorOptions: artifactDetails.mirrorOptions,
110111
});
111112

112113
await sumchecker('sha256', shasumPath, path.dirname(tempDownloadPath), [

0 commit comments

Comments
 (0)