diff --git a/push-apks.sh b/push-apks.sh index 36615c3b0..234c97e5d 100755 --- a/push-apks.sh +++ b/push-apks.sh @@ -1,5 +1,7 @@ #! /bin/sh +git checkout master +git branch -D binaries git checkout --orphan binaries git add -f fdroid/repo/*.apk git commit -m "Add latest apks"