Build: Change the linux-mingw upload folder to canary-mingw to match the old naming scheme

This commit is contained in:
James Rowe 2018-05-14 22:30:40 -06:00 committed by liushuyu
parent 66c4b8afd9
commit 5543c9c094
No known key found for this signature in database
GPG Key ID: 23D1CE4534419437
1 changed files with 3 additions and 0 deletions

View File

@ -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