From 5543c9c09482db643864c7065aa566705954cdcf Mon Sep 17 00:00:00 2001 From: James Rowe Date: Mon, 14 May 2018 22:30:40 -0600 Subject: [PATCH] Build: Change the linux-mingw upload folder to canary-mingw to match the old naming scheme --- .travis/common/post-upload.sh | 3 +++ 1 file changed, 3 insertions(+) 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