Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dleidert/99a8e6ee3a879a7ed1f160c5dd07c13d to your computer and use it in GitHub Desktop.
Save dleidert/99a8e6ee3a879a7ed1f160c5dd07c13d to your computer and use it in GitHub Desktop.
Determine latest release asset download URL from site.github in GitHub user pages
@dleidert
Copy link
Author

{% assign msi = site.github.latest_release.assets | where: "content_type", "application/x-msdownload" %}

then iterate over it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment