From 0ee07dd54749db6edcb53b6a1968336e92a5a5d3 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Thu, 3 Sep 2020 22:07:40 +0300 Subject: [PATCH] Let's try and upload ALL the versions! --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cfb8c598ac..c4d7899da0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,10 +34,13 @@ script: chmod +x butler; ./butler -V; ./gradlew desktop:packrWindows32; + ./butler push deploy/Unciv-Windows32.zip yairm210/unciv:Windows32 --userversion $TRAVIS_TAG; ./gradlew desktop:packrWindows64; - ./butler push deploy/Unciv-Windows64.zip yairm210/unciv:Windows64; + ./butler push deploy/Unciv-Windows64.zip yairm210/unciv:Windows64 --userversion $TRAVIS_TAG; ./gradlew desktop:packrLinux32; + ./butler push deploy/Unciv-Linux32.zip yairm210/unciv:Linux32 --userversion $TRAVIS_TAG; ./gradlew desktop:packrLinux64; + ./butler push deploy/Unciv-Linux64.zip yairm210/unciv:Linux64 --userversion $TRAVIS_TAG; ./gradlew desktop:zipLinuxFilesForJar; fi