From 43ec12788e42f375acfcb2cec059edfb9572fbaa Mon Sep 17 00:00:00 2001 From: Benjamin O Date: Thu, 25 Aug 2022 00:58:58 -0400 Subject: [PATCH] build v3 again --- action/lib/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action/lib/main.js b/action/lib/main.js index 3b67c7d3..4bfea8d6 100644 --- a/action/lib/main.js +++ b/action/lib/main.js @@ -113,7 +113,8 @@ class Inputs { } } else if (this.target === "android") { - if (compareVersions(this.version, ">=", "5.14.0")) { + if (compareVersions(this.version, ">=", "5.14.0") && + compareVersions(this.version, "<", "6.0.0")) { this.arch = "android"; } else {