mirror of
https://github.com/taiki-e/install-action
synced 2026-09-07 20:03:26 +00:00
Update manifest schema
This commit is contained in:
+16
-16
@@ -24,36 +24,36 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "1.18.1"
|
||||
"version": "1.19.1"
|
||||
},
|
||||
"1.18.1": {
|
||||
"1.19.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE9959D5E8FE78",
|
||||
"hash": "cf2a4b54494ea8555d6349685e9a301efc1051d9fba6308c76914b2486f8700f"
|
||||
"etag": "0x8DEAB7EEDE4CA0D",
|
||||
"hash": "4a50fcf01418862e2fa8e4076cb6cb80ff4061b0c0b1464e71a63ce01ee29bde"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE9959DBCBBA2C",
|
||||
"hash": "e06370bec7143668653bb7c09d0b8b689fc703dd4fa58ec5847c4b571d8a490d"
|
||||
"etag": "0x8DEAB7EF6F4C522",
|
||||
"hash": "39257851fe4fd8cc9dd81fb318f15d589b7178b74165879eddeda8062bd9fcf2"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE9959D9E5BCF3",
|
||||
"hash": "89706aa5215c164d8d091597a470fee72308ac87e8553af395ea77db844a888c"
|
||||
"etag": "0x8DEAB7EF412E434",
|
||||
"hash": "dd1f425c177aa1a57c9b17883ff76257f913a5f0afb35424f0767c6984164b7f"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DE9959E60E685D",
|
||||
"hash": "c55962a0115f9716b709216de7f8bdd59d6ba8738779e60b051b4593f677717a"
|
||||
"etag": "0x8DEAB7F07E646A8",
|
||||
"hash": "2001eee8da26705ad9627e57a25c23eb4639647521205f3e4a7b4e09d067d199"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DE9959ED2C11A4",
|
||||
"hash": "955abf167994c90f3547e233edace4c0f794465dd4aa408249b38999aa5ca3cf"
|
||||
"etag": "0x8DEAB7F12DFC0D8",
|
||||
"hash": "bf9da6a27e432784f361cfbc70a6d04e548abc548470ae9a7587c3cffb8fb0a7"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DE9959EAAC5732",
|
||||
"hash": "c6873e81457d9e44973a8e9a849795f2c83765fce0af8ad68b597b5b40dec418"
|
||||
"etag": "0x8DEAB7F0F0A30F8",
|
||||
"hash": "e3c5225e8a84d55ed35741e22b4dee422d863f09a9eb2f2b12ab1013ee9dd148"
|
||||
},
|
||||
"riscv64_linux_musl": {
|
||||
"etag": "0x8DE9959DFE57CE6",
|
||||
"hash": "3eb039f14fa71dd27b614bf692f0bffd4ba087204829805d54b014646aed7c14"
|
||||
"etag": "0x8DEAB7EFD6F72B7",
|
||||
"hash": "870d4dafb569948605d013c700b9f3af3bf7177e2845563e9111be327121e391"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+45
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"rust_crate": "convco",
|
||||
"template": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/convco/convco/releases/download/v${version}/convco-ubuntu.zip",
|
||||
"bin": "convco"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/convco/convco/releases/download/v${version}/convco-windows.zip",
|
||||
"bin": "convco.exe"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/convco/convco/releases/download/v${version}/convco-ubuntu-aarch64.zip",
|
||||
"bin": "convco"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/convco/convco/releases/download/v${version}/convco-macos.zip",
|
||||
"bin": "convco"
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.6.4"
|
||||
},
|
||||
"0.6": {
|
||||
"version": "0.6.4"
|
||||
},
|
||||
"0.6.4": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEB96EA68FD07C",
|
||||
"hash": "d6e43a1975949ef05d31bb1ac64fdd7c2dbc18b0b65df075c16dc296b8153be7"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEB96EA51CABCF",
|
||||
"hash": "268f1c80abcb2cdc31174984a0a824f06705b5f62485e780f04008c5765219bd"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DEB96EA5E3148D",
|
||||
"hash": "1e626914c90cf60314a8ef50d97566ebabb0ad5daf405fa7e4ca3193df1c73c3"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DEB96EA769D246",
|
||||
"hash": "88901e63aa26b601b6726bff8e05cab89d16ebcb772f719bad431a40b12caa54"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"rust_crate": "docgarden",
|
||||
"template": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/jesse-black/docgarden/releases/download/v${version}/docgarden-v${version}-x86_64-unknown-linux-musl.tar.gz",
|
||||
"bin": "docgarden-v${version}-x86_64-unknown-linux-musl/docgarden"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/jesse-black/docgarden/releases/download/v${version}/docgarden-v${version}-x86_64-pc-windows-msvc.zip",
|
||||
"bin": "docgarden-v${version}-x86_64-pc-windows-msvc/docgarden.exe"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/jesse-black/docgarden/releases/download/v${version}/docgarden-v${version}-aarch64-unknown-linux-musl.tar.gz",
|
||||
"bin": "docgarden-v${version}-aarch64-unknown-linux-musl/docgarden"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/jesse-black/docgarden/releases/download/v${version}/docgarden-v${version}-aarch64-apple-darwin.tar.gz",
|
||||
"bin": "docgarden-v${version}-aarch64-apple-darwin/docgarden"
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.1.0"
|
||||
},
|
||||
"0.1": {
|
||||
"version": "0.1.0"
|
||||
},
|
||||
"0.1.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEB1081EA0A5CC",
|
||||
"hash": "0c648e38e96e003d071014ca4cb17f195e4675ba7de9a94091ac1c34d584d45e"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEB1081E947E7A",
|
||||
"hash": "32cd6cbc6208bccf8bc06fa33a18adcdd110f5351e5e67151ea84cbd8b135090"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DEB1081E95DC7B",
|
||||
"hash": "4f341a72ec58518c0821dd0c948314077a198b9ead76140a90a04e22514ea0a1"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DEB1081E8FC8D5",
|
||||
"hash": "237613efe2cdf65f62e8b8eb9270df30522536f791809db912864958a7bae312"
|
||||
}
|
||||
}
|
||||
}
|
||||
+5
-2
@@ -21,7 +21,10 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.27.2"
|
||||
"version": "0.28.0"
|
||||
},
|
||||
"0.28": {
|
||||
"version": "0.28.0"
|
||||
},
|
||||
"0.28.0": {
|
||||
"x86_64_linux_musl": {
|
||||
@@ -50,7 +53,7 @@
|
||||
}
|
||||
},
|
||||
"0.27": {
|
||||
"version": "0.27.2"
|
||||
"version": "0.27.3"
|
||||
},
|
||||
"0.27.3": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
Reference in New Issue
Block a user