Okay so that prevous one worked, how about now? Does it accept comments?

This commit is contained in:
Yair Morgenstern 2020-09-03 21:28:04 +03:00
parent eb2dce6da0
commit 11fee62110

View file

@ -32,7 +32,7 @@ script:
wget -O butler.zip https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default;
unzip butler.zip;
chmod +x butler;
./butler -V;
./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