Publish WPF clickonce application to github
问题 I have published my wpf project to the dir publish and it is under source control (github) So I want to add a download link to my readme.md and according to: Is it possible to offer a ClickOnce installer on Github? I should just add this in my markdown: [Download the app](https://rawgithub.com/jphellemons/downloadyoutube/master/publish/setup.exe "Download the app") I added https://rawgithub.com/jphellemons/DownloadYouTube/master/publish/ in the second publish step: but that does not work.