I have an installer file in the latest release and I want to have a persistent link in the readme to it. It seems that the /releases/latest
isn't an alias that I could use to construct the path as /releases/latest/mydownloader.exe
The current workarounds I have:
1) Create a tag release
and always delete and recreate it:
github.com/user/project/releases/download/release/install.exe
2) Modify readme.md
anytime I do a new release and update path
github.com/user/project/releases/download/20190218/install.exe