Google Cloud Storage
Publishing your Electron app artifacts to a Google Cloud Storage bucket.
Last updated
Was this helpful?
Publishing your Electron app artifacts to a Google Cloud Storage bucket.
Last updated
Was this helpful?
The Google Cloud Storage target publishes all your artifacts to a .
To use @electron-forge/publisher-gcs
, add it to the publishers
array in your :
When executed, the Publisher will publish to your GCS bucket under the following key:
If you run publish twice with the same version on the same platform, it is possible for your old artifacts to get overwritten in Storage. It is your responsibility to ensure that you don't overwrite your own releases.
Under the hood, the Google Cloud Storage Publisher uses the @google-cloud/storage
SDK and its associated authentication options.
Additional configuration options are documented in .
To pass options into the Google Cloud Storage SDK's , use the config.storageOptions
parameter.
We recommend following to get authentication configured.