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:
parent
978f5bda53
commit
8ab7f7ae50
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue