Fix bintray deploy repo naming

pull/27/head
redsky17 6 years ago
parent c4e1d82d43
commit 5197023ad7
  1. 7
      .travis.yml

@ -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

Loading…
Cancel
Save