fixed wrong dropbox uploader command

This commit is contained in:
Mariotaku Lee 2017-03-05 21:31:54 +08:00
parent 912d248e16
commit 93a71ac75d
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ script:
after_failure:
- curl "https://raw.githubusercontent.com/andreafabrizi/Dropbox-Uploader/master/dropbox_uploader.sh" -o travis/scripts/dropbox_uploader.sh
- chmod +x travis/scripts/dropbox_uploader.sh
- find /tmp -maxdepth 1 -name 'kotlin-daemon.*.log' -exec sh -c 'travis/scripts/dropbox_uploader.sh $1 $TRAVIS_BUILD_ID/$(basename $1)' find-sh {} \;
- find /tmp -maxdepth 1 -name 'kotlin-daemon.*.log' -exec sh -c 'travis/scripts/dropbox_uploader.sh upload $1 $TRAVIS_BUILD_ID/$(basename $1)' find-sh {} \;
deploy:
provider: releases