electron / get

Download Electron release artifacts
https://npm.im/@electron/get
MIT License
344 stars 105 forks source link

bug: the "artifactSuffix" option is ignored #106

Closed alexeykuzmin closed 5 years ago

alexeykuzmin commented 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.

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

electron-bot commented 5 years ago

:tada: This issue has been resolved in version 1.3.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: