Add latest apks

This commit is contained in:
Jenkins CI
2026-02-12 05:50:36 +01:00
commit 8ccbb46903
51 changed files with 952 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
#! /bin/sh
git checkout master
git add .
git commit -m "Update from CI"
git push origin master
git branch -D binaries
git checkout --orphan binaries
git add -f fdroid/repo/*.apk
git commit -m "Add latest apks"
git push --force origin binaries
git checkout master
git branch -D binaries