Build: Change the linux-mingw upload folder to canary-mingw to match the old naming scheme
This commit is contained in:
parent
66c4b8afd9
commit
5543c9c094
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ if [ -z $TRAVIS_TAG ]; then
|
||||||
RELEASE_NAME=head
|
RELEASE_NAME=head
|
||||||
else
|
else
|
||||||
RELEASE_NAME=$(echo $TRAVIS_TAG | cut -d- -f1)
|
RELEASE_NAME=$(echo $TRAVIS_TAG | cut -d- -f1)
|
||||||
|
if [ "$NAME" = "MinGW build" ]; then
|
||||||
|
RELEASE_NAME="${RELEASE_NAME}-mingw"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mv "$REV_NAME" $RELEASE_NAME
|
mv "$REV_NAME" $RELEASE_NAME
|
||||||
|
|
Loading…
Reference in a new issue