ArtifactName mac os build error
See original GitHub issueDescribe the bug
https://github.com/electron-userland/electron-builder/issues/3812
electron-builder bug on mac os build with artifactName
To Reproduce https://github.com/0x77dev/iQOS-Desktop/runs/533154291
Expected behavior mac os zip build
Screenshots see link in reproduce.
Environment (please complete the following information):
- OS and version: macos-latest
- node version: 10
- npm version: latest
- yarn version (if used): latest
- vue-cli-plugin-electron-builder version : latest
- electron version: ^6.0.0
- other vue plugins used: vuetify
- custom config for vcp-electron-builder: nope
- (if possible) link to your repo: https://github.com/0x77dev/iQOS-Desktop
Additional context https://github.com/electron-userland/electron-builder/issues/3812
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Artifacts can't be found if artifactname and containerfolder aren ...
I'm trying to move my Azure pipeline (yaml) build towards Nuke. Via Nuke; we're uploading artifacts so that these can be used later...
Read more >Maven install failure: Install doesn't see packaged artifact
Show activity on this post. I have a Maven build failing during the install phase to a No such file or directory error,...
Read more >PublishBuildArtifacts@1 - Publish build artifacts v1 task
Publishing artifacts from a Linux or macOS agent to a file share is not supported. Example: \\my\share\$(Build.DefinitionName)\$(Build.
Read more >Common Configuration - electron-builder
in the package.json file of your project using the build key on the top level: ... mac MacConfiguration - Options related to how...
Read more >build/ci/.azure-devops-macos.yml ... - GitLab
Build Mobile, Desktop and WebAssembly apps with C# and XAML. ... NUGET_PACKAGES: $(build.sourcesdirectory)/.nuget ... ArtifactName: uno-macos-artifacts.
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 Free
Top 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
@0x77dev can you try using v2.0 of this plugin? It uses a more recent electron-builder version and might solve your issue.
Also do not include
@
in artifact name, 7zip does not work properly with paths that contains@
symbol.