Maybe it didn't like the empty spaces?

This commit is contained in:
Yair Morgenstern 2020-09-03 21:07:21 +03:00
parent 12040c4920
commit 3b85a1c8cf

View file

@ -31,11 +31,8 @@ script:
wget -O jdk-windows-32.zip https://github.com/ojdkbuild/ojdkbuild/releases/download/java-1.8.0-openjdk-1.8.0.252-2.b09-x86/java-1.8.0-openjdk-1.8.0.252-2.b09.ojdkbuild.windows.x86.zip;
wget -O butler.zip https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default;
unzip butler.zip
# GNU unzip tends to not set the executable bit even though it's set in the .zip
chmod +x butler
# just a sanity check run (and also helpful in case you're sharing CI logs)
./butler -V
chmod +x butler # GNU unzip tends to not set the executable bit even though it's set in the .zip
./butler -V # just a sanity check run (and also helpful in case you're sharing CI logs)
./gradlew desktop:packrWindows32;
./gradlew desktop:packrWindows64;
./butler push deploy/Unciv-Windows64.zip yairm210/unciv:Windows64