mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Ability to replace the repository from package.json to allow github publishing #529
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @stonkie on GitHub (Jul 13, 2020).
I used electron.net to build a Blazor sample that runs on a Raspberry Pi. I automated the CI/CD pipeline using AWS CodeBuild.
Everything works fine and my artifacts are correctly available through S3, but I cannot get electron-builder to publish to github.
It keeps trying to publish to Electron.Net's github repository which is configured in the package.json file although I configured the correct repository in electron.manifest.json .
I believe the electron-builder's documentation is clear that it will always do this (so the repo field is not changeable from electron.manifest.json, but that leaves no way to use github publishing with electron.net .
Would it make sense for electron.net to support some way of configuring the package.json or is this more of an electron-builder issue?
electron.manifest.json
Relevant logs.
@kieransouth commented on GitHub (Oct 14, 2021):
Yep, this would be great to have.
@FlorianRappl commented on GitHub (Nov 7, 2025):
I think this should just work with the current version.