question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add option to specify extra artifact files to publish

See original GitHub issue
  • Version: 20.22.0
  • Target: macOS, Windows, Linux

This is a follow-up to #3116.

I realized that I also need a way to specify additional files for electron-builder to upload, so I can have it also upload the checksum file to GitHub Releases.

I’m thinking an option called extraPublishFiles (similar to the extraFiles option) which accepts an Array<String> of file paths to upload when publishing.

I imagine this option can be useful for other things too, like uploading other metadata files, targets electron-builder doesn’t support (for example Pacman), user guides, etc.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:15 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
13bandacommented, Oct 22, 2019

we are making asar file updater , we want to also upload asar file using this features.

1reaction
develarcommented, Jul 19, 2018

Or we do some smart and try to parse last line of output as JSON 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Develop a Task to Publish "Extra" Artifacts - Pants build
Pants supports "publish plugins", which allow end-users to add additional, arbitrary files to be published along with the primary artifact.
Read more >
PublishBuildArtifacts@1 - Publish build artifacts v1 task
Use this task in a build pipeline to publish build artifacts to Azure Pipelines, TFS, or a file share. Syntax. YAML Copy. # ......
Read more >
Customizing publishing - Gradle User Manual
Adding custom artifacts to a publication · The artifact() method accepts publish artifacts as argument — like rpmArtifact in the sample — as...
Read more >
actions/upload-artifact - GitHub
What's new · Specify a wildcard pattern · Specify an individual file · Specify a directory (previously you were limited to only this...
Read more >
Common Configuration - electron-builder
If you want to use js file, do not name it electron-builder.js . ... Most of the options accept null — for example,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found