Skip to content

Commit

Permalink
Update move-apks.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashu11-A committed Dec 7, 2023
1 parent a309a4d commit bc20a4b
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 "50" ]; then
if [ "${#APKS[@]}" -le "25" ]; then
echo "Insufficient amount of APKs found. Please check the project configuration."
exit 1
else
Expand Down

0 comments on commit bc20a4b

Please sign in to comment.