Closed alexeykuzmin closed 5 years ago
Running an example from the README downloads an Electron archive instead of symbols because the artifactSuffix: 'symbols', option doesn't do anything.
artifactSuffix: 'symbols',
const zipFilePath = await downloadArtifact({ version: '4.0.4', platform: 'darwin', artifactName: 'electron', artifactSuffix: 'symbols', arch: 'x64', });
https://github.com/electron/get/blob/9acfe87243ba5c98bea4956e376c80bbd0f45a80/src/artifact-utils.ts#L30
:tada: This issue has been resolved in version 1.3.3 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Running an example from the README downloads an Electron archive instead of symbols because the
artifactSuffix: 'symbols',
option doesn't do anything.https://github.com/electron/get/blob/9acfe87243ba5c98bea4956e376c80bbd0f45a80/src/artifact-utils.ts#L30