Skip to content

Commit

Permalink
Add artifact urls
Browse files Browse the repository at this point in the history
  • Loading branch information
pherrymason committed Sep 3, 2024
1 parent 36d8a3f commit edd5988
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/releases.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"releases": [
{
"version": "0.3.0"
"version": "0.3.0",
"artifacts": {
"win32": "https://github.com/pherrymason/c3-lsp/releases/download/v0.3.0/c3-lsp-windows-amd64.zip",
"darwin": "https://github.com/pherrymason/c3-lsp/releases/download/v0.3.0/c3-lsp-darwin-arm64.zip",
"linux": "https://github.com/pherrymason/c3-lsp/releases/download/v0.3.0/c3-lsp-linux-amd64.zip"
}
}
]
}

0 comments on commit edd5988

Please sign in to comment.