Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
fix move apks
Browse files Browse the repository at this point in the history
  • Loading branch information
AriaMoradi committed Aug 28, 2022
1 parent c53251b commit 3b334bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/move-apks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cp -R ~/apk-artifacts/ $PWD
APKS=( **/*".apk" )

# Fail if too little extensions seem to have been built
if [ "${#APKS[@]}" -le "100" ]; then
if [ "${#APKS[@]}" -le "1" ]; then
echo "Insufficient amount of APKs found. Please check the project configuration."
exit 1
else
Expand Down

0 comments on commit 3b334bb

Please sign in to comment.