Improve push-apks script

This commit is contained in:
2025-10-09 08:49:01 +02:00
parent e9c7a00b24
commit 2ee59190aa
+2
View File
@@ -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"