mirror of
https://github.com/PabloMK7/citra
synced 2024-11-15 05:08:23 +00: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
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue