fix(flutter): add _version to match version in filepath

This commit is contained in:
AJ ONeal
2023-11-15 21:25:46 -07:00
parent 4e73760ac7
commit c219f55119
+1
View File
@@ -76,6 +76,7 @@ module.exports = async function (request) {
all.releases.push({
version: asset.version,
_version: `${asset.version}-${asset.channel}`,
lts: false,
channel: asset.channel,
date: asset.release_date.replace(/T.*/, ''),