mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Fix bintray deploy repo naming
This commit is contained in:
parent
c4e1d82d43
commit
5197023ad7
1 changed files with 4 additions and 3 deletions
|
@ -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…
Reference in a new issue