Skip to content

Commit

Permalink
Bugfix: GitHub fallback option was broken (#2032)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImranR98 committed Dec 12, 2024
1 parent 5c9a35c commit 2ec5c7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/app_sources/github.dart
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,7 @@ class GitHub extends AppSource {
.isNotEmpty)
.toList();

if (apkAssetsWithUrls.isEmpty &&
additionalSettings['trackOnly'] != true) {
if (filteredApks.isEmpty && additionalSettings['trackOnly'] != true) {
continue;
}
targetRelease = releases[i];
Expand Down

0 comments on commit 2ec5c7d

Please sign in to comment.