mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-14 05:55:13 +01:00
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
@ -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 New Issue
Block a user