Adding the unsigned apk (which doesn't seem to work out-of-the-box for most players) was causing confusion and more harm than good

This commit is contained in:
Yair Morgenstern 2020-03-05 23:12:54 +02:00
parent 978f5bda53
commit 8ab7f7ae50

View file

@ -33,7 +33,6 @@ script:
./gradlew desktop:packrLinux32;
./gradlew desktop:packrLinux64;
./gradlew desktop:zipLinuxFilesForJar;
./gradlew android:assembleRelease;
fi
deploy:
@ -49,7 +48,6 @@ deploy:
- deploy/Unciv-Windows32.zip
- deploy/Unciv-Windows64.zip
- deploy/linuxFilesForJar.zip
- android/build/outputs/apk/release/Unciv-release-unsigned.apk
on:
repo: yairm210/Unciv
tags: true