summaryrefslogtreecommitdiffstats
path: root/.travis/common/post-upload.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/common/post-upload.sh')
-rwxr-xr-x.travis/common/post-upload.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis/common/post-upload.sh b/.travis/common/post-upload.sh
index 90deaaec8..28735a9cf 100755
--- a/.travis/common/post-upload.sh
+++ b/.travis/common/post-upload.sh
@@ -11,6 +11,9 @@ if [ -z $TRAVIS_TAG ]; then
RELEASE_NAME=head
else
RELEASE_NAME=$(echo $TRAVIS_TAG | cut -d- -f1)
+ if [ "$NAME" = "MinGW build" ]; then
+ RELEASE_NAME="${RELEASE_NAME}-mingw"
+ fi
fi
mv "$REV_NAME" $RELEASE_NAME