Fix bintray deploy repo naming

This commit is contained in:
redsky17 2019-01-30 19:55:19 -05:00
parent c4e1d82d43
commit 5197023ad7
1 changed files with 4 additions and 3 deletions

View File

@ -87,8 +87,9 @@ deploy:
file: "bintray-release.json"
on:
condition: $DEPLOYMENT == 1
repo: nheko-reborn/nheko
repo: Nheko-Reborn/nheko
tags: false
all_branches: true
deploy:
- skip_cleanup: true
overwrite: true
@ -100,7 +101,7 @@ deploy:
- nheko-${TRAVIS_TAG}-x86_64.AppImage
on:
condition: $TRAVIS_OS_NAME == linux && $DEPLOYMENT == 1
repo: redsky17/nheko
repo: Nheko-Reborn/nheko
tags: true
- skip_cleanup: true
overwrite: true
@ -110,5 +111,5 @@ deploy:
file: nheko-${TRAVIS_TAG}.dmg
on:
condition: $TRAVIS_OS_NAME == osx && $DEPLOYMENT == 1
repo: redsky17/nheko
repo: Nheko-Reborn/nheko
tags: true