-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where do i specifiy "githubArtifactName" within package.json? #1390
Comments
You cannot add custom It seems you want to use GitHub urls as generic provider urls, right? |
Thanks for the response! Nope, the problem is that my latest.ymlversion: 4.1.5
releaseDate: '2017-03-21T08:46:38.280Z'
githubArtifactName: pb-for-desktop-Setup-4.1.5.exe
path: pb-for-desktop-setup-4.1.5.exe
sha2: 8958bb0ffe95194077cc58c2e6f1a15835275a7b84ed1c4c91a13cf9989f0677 my release |
Ok. So, you want to use GitHub publisher in a standard way and this issue is not related to your publish question in other tickets. Ok, so you are requesting feature to customise |
In the 16.2.0 case fixed. |
@develar |
@develar |
So per #1390 (comment) the ability to customize |
@krystophv Only if you will provide strong arguments why it can be useful (keep in mind — GitHub file name policy is very strict). |
@develar I'm trying to provide 'debug' and production builds for a project through CI servers and have them distributed through the GitHub mechanism. I'm able to distinguish the builds from one another on the CI server through the |
@krystophv ... because file name contains build version, but not build number. Well, maybe it is better to use different product name? Ook. It seems issue should be reopened. |
None of the locations i tried (within
package.json
) lets me add a customgithubArtifactName
(or any properties fromlatest.yml
, likepath
), my config never passes validation.Where can i add these custom
versionInfo
properties?my package.json
Thanks, @develar !
The text was updated successfully, but these errors were encountered: