Add ability to download specific version of Python from releases

This commit is contained in:
MaksimZhukov 2020-04-24 20:29:24 +03:00
parent 985150d1f6
commit 81b3a118a7
9 changed files with 4063 additions and 3618 deletions

View file

@ -0,0 +1,13 @@
{
"version": "1.2.3",
"stable": true,
"release_url": "https://github.com/actions/sometool/releases/tag/1.2.3-20200402.6",
"files": [
{
"filename": "sometool-1.2.3-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/sometool/releases/tag/1.2.3-20200402.6/sometool-1.2.3-linux-x64.tar.gz"
}
]
}