mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Fix appveyor upload
This commit is contained in:
parent
a0fad2513e
commit
818fc51059
1 changed files with 2 additions and 1 deletions
|
@ -111,8 +111,9 @@ after_build:
|
||||||
on_success:
|
on_success:
|
||||||
- if "%APPVEYOR_REPO_TAG%" == "true" (curl -T nheko-%APPVEYOR_REPO_TAG_NAME%-installer.exe -uredsky17:%BINTRAY_APIKEY% https://api.bintray.com/content/nheko-reborn/nheko/%APPVEYOR_REPO_TAG_NAME%/nheko/%APPVEYOR_REPO_TAG_NAME%/)
|
- if "%APPVEYOR_REPO_TAG%" == "true" (curl -T nheko-%APPVEYOR_REPO_TAG_NAME%-installer.exe -uredsky17:%BINTRAY_APIKEY% https://api.bintray.com/content/nheko-reborn/nheko/%APPVEYOR_REPO_TAG_NAME%/nheko/%APPVEYOR_REPO_TAG_NAME%/)
|
||||||
|
|
||||||
before_deploy:
|
after_build:
|
||||||
- ps: .\.ci\upload-nightly.ps1
|
- ps: .\.ci\upload-nightly.ps1
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
- description: "Development builds"
|
- description: "Development builds"
|
||||||
provider: GitHub
|
provider: GitHub
|
||||||
|
|
Loading…
Reference in a new issue