Skip to content

Commit

Permalink
build v3 again
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel committed Aug 25, 2022
1 parent 46f2dc2 commit 43ec127
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 43ec127

Please sign in to comment.