badge-generator icon indicating copy to clipboard operation
badge-generator copied to clipboard

Download button

Open MichaelCurrin opened this issue 3 years ago • 2 comments

Hardcoded as latest zip or master.zip

![Download latest zip](https://img.shields.io/badge/Download-latest_zip-blue?style=for-the-badge)

Download latest 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

Download latest release zip

![Download latest release zip](https://img.shields.io/badge/dynamic/json.svg?label=download&url=https://api.github.com/repos/rarst/laps/releases/latest&query=$.tag_name&style=for-the-badge)

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

  • https://github.com/MichaelCurrin/os-genesis/archive/refs/tags/v0.4.0.tar.gz
  • https://github.com/MichaelCurrin/os-genesis/archive/refs/tags/v0.4.0.zip

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.

MichaelCurrin avatar Feb 27 '22 13:02 MichaelCurrin

This could go on a separate page.

Needs repo info, branch name or tag

MichaelCurrin avatar Apr 29 '22 12:04 MichaelCurrin

.zip .tar.gz

https://github.com/MichaelCurrin/os-genesis/archive/master.tar.gz https://github.com/MichaelCurrin/os-genesis/archive/v0.7.0.tar.gz https://github.com/MichaelCurrin/os-genesis/archive/31159cb.tar.gz

MichaelCurrin avatar Jun 11 '22 19:06 MichaelCurrin