Hardcoded as latest zip or master.zip


Suggested URL
https://github.com/MichaelCurrin/os-genesis/archive/master.zip
Release - dynamically points to latest by using the API JSON data to get the tag name


URL
https://github.com/MichaelCurrin/os-genesis/releases/latest
OR reference exact tag - "latest" doesn't work here.
from https://github.com/MichaelCurrin/os-genesis/releases
If you needed assets attached to the release, line binaries
From https://api.github.com/repos/Rarst/laps/releases
browser_download_url: "https://github.com/Rarst/laps/releases/download/3.3.6/laps.zip"
https://github.com/Rarst/laps/releases/download/3.3.6/laps.zip
https://github.com/Rarst/laps/releases/download/master/laps.zip - this works at latest on master, but not latest tag.
Hardcoded as
latest zipormaster.zipSuggested URL
https://github.com/MichaelCurrin/os-genesis/archive/master.zip
Release - dynamically points to latest by using the API JSON data to get the tag name
URL
https://github.com/MichaelCurrin/os-genesis/releases/latest
OR reference exact tag - "latest" doesn't work here.
from https://github.com/MichaelCurrin/os-genesis/releases
If you needed assets attached to the release, line binaries
From https://api.github.com/repos/Rarst/laps/releases
https://github.com/Rarst/laps/releases/download/3.3.6/laps.zip
https://github.com/Rarst/laps/releases/download/master/laps.zip - this works at latest on master, but not latest tag.