Skip to content

Commit

Permalink
----
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashu11-A committed Dec 7, 2023
1 parent 0b7918f commit 013d241
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/scripts/move-apks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ shopt -s globstar nullglob extglob
cp -R ~/apk-artifacts/ $PWD
APKS=( **/*".apk" )

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

DEST=$PWD/apk
rm -rf $DEST && mkdir -p $DEST
Expand Down

0 comments on commit 013d241

Please sign in to comment.