Skip to content

Commit

Permalink
Forgot semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel committed Aug 24, 2022
1 parent 90806b0 commit c8ebe28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/src/main.ts
Expand Up @@ -102,7 +102,7 @@ class Inputs {
}
} else if (this.target === "android") {
if (compareVersions(this.version, ">=", "5.14.0")) {
this.arch = "android"
this.arch = "android";
} else {
this.arch = "android_armv7";
}
Expand Down

0 comments on commit c8ebe28

Please sign in to comment.