use download.delta.chat also for beta versions

nightlies are uploaded there anyway,
so, just everything can go there,
leaving testrun.org for other purposes.
This commit is contained in:
B. Petersen 2022-05-25 12:23:53 +02:00 committed by bjoern
parent 5ccff055b4
commit 2ac2e724a8
4 changed files with 41 additions and 38 deletions

View file

@ -2,8 +2,10 @@
VERSION=$1
if [ -z "$VERSION" ]; then
echo "this script uploads apk and symbols to get.delta.chat"
echo "the script does not upload things to gplay or other stores."
echo "this script uploads release-ready apk and symbols to download.delta.chat/android"
echo "- for showing up on get.delta.chat"
echo " you still need to change deltachat-pages/_includes/download-boxes.html"
echo "- the script does not upload things to gplay or other stores."
echo ""
echo "usage: ./scripts/upload-release.sh <VERSION>"
exit
@ -16,7 +18,7 @@ fi
cd gplay/release
APK="deltachat-gplay-release-$VERSION.apk"
ls -l $APK
read -p "upload this apk and belonging symbols to get.delta.chat? ENTER to continue, CTRL-C to abort."
read -p "upload this apk and belonging symbols to download.delta.chat/android? ENTER to continue, CTRL-C to abort."
# you need the private SSH key of the jekyll user; you can find it in this file:
# https://github.com/hpk42/otf-deltachat/blob/master/secrets/delta.chat