mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +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"
|
file: "bintray-release.json"
|
||||||
on:
|
on:
|
||||||
condition: $DEPLOYMENT == 1
|
condition: $DEPLOYMENT == 1
|
||||||
repo: nheko-reborn/nheko
|
repo: Nheko-Reborn/nheko
|
||||||
tags: false
|
tags: false
|
||||||
|
all_branches: true
|
||||||
deploy:
|
deploy:
|
||||||
- skip_cleanup: true
|
- skip_cleanup: true
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
@ -100,7 +101,7 @@ deploy:
|
||||||
- nheko-${TRAVIS_TAG}-x86_64.AppImage
|
- nheko-${TRAVIS_TAG}-x86_64.AppImage
|
||||||
on:
|
on:
|
||||||
condition: $TRAVIS_OS_NAME == linux && $DEPLOYMENT == 1
|
condition: $TRAVIS_OS_NAME == linux && $DEPLOYMENT == 1
|
||||||
repo: redsky17/nheko
|
repo: Nheko-Reborn/nheko
|
||||||
tags: true
|
tags: true
|
||||||
- skip_cleanup: true
|
- skip_cleanup: true
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
@ -110,5 +111,5 @@ deploy:
|
||||||
file: nheko-${TRAVIS_TAG}.dmg
|
file: nheko-${TRAVIS_TAG}.dmg
|
||||||
on:
|
on:
|
||||||
condition: $TRAVIS_OS_NAME == osx && $DEPLOYMENT == 1
|
condition: $TRAVIS_OS_NAME == osx && $DEPLOYMENT == 1
|
||||||
repo: redsky17/nheko
|
repo: Nheko-Reborn/nheko
|
||||||
tags: true
|
tags: true
|
||||||
|
|
Loading…
Reference in a new issue