latest-mac.yml doesn't take into account artifactName configuration for .zip build
See original GitHub issueThe generated latest-mac.yml
file doesn’t use the configured name format for the macOS zip build.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:14 (3 by maintainers)
Top Results From Across the Web
Common Configuration - electron-builder
Common Configuration. electron-builder configuration can be defined. in the package.json file of your project using the build key on the top level:.
Read more >Can build code but "Release Pipeline" says no artifact was ...
Release says no artifact was produced by pipeline, check pipeline. ** Before run "No version is ... Can't create manual builds step, seems...
Read more >Sample config.yml Files - CircleCI
This document provides sample .circleci/config.yml files, as follows: CirlceCI has created an extension for Visual Studio Code that reduces context ...
Read more >Packaging artifacts - AppVeyor
The Artifacts page in the project settings tells AppVeyor which files and folders should be uploaded to AppVeyor cloud storage during the build....
Read more >Configuration options | Yarn - Package Manager
Yarnrc files (named this way because they must be called .yarnrc.yml ) ... Yaml and have the right extension (simply calling your file...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Can confirm this is still happening in 20.28.4, when using a github repo. I’m wondering if it’s because I have a
build
config inpackage.json
and anelectron-builder.yml
that are clashing?Here’s my build config, notice how the artifact name has been specified a few times, yet for some reason the build/package script is still using the
name
field inpackage.json
And the generated latest-mac.yml:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.