mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-20 04:38:18 +07:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user