mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Use one after_build in appveyor
This commit is contained in:
parent
818fc51059
commit
40de75c40b
1 changed files with 1 additions and 3 deletions
|
@ -107,13 +107,11 @@ after_build:
|
||||||
- binarycreator.exe -f -c installer\config\config.xml -p installer\packages nheko-installer.exe
|
- binarycreator.exe -f -c installer\config\config.xml -p installer\packages nheko-installer.exe
|
||||||
|
|
||||||
- mv nheko-installer.exe nheko-%APPVEYOR_REPO_TAG_NAME%-installer.exe
|
- mv nheko-installer.exe nheko-%APPVEYOR_REPO_TAG_NAME%-installer.exe
|
||||||
|
- ps: .\.ci\upload-nightly.ps1
|
||||||
|
|
||||||
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%/)
|
||||||
|
|
||||||
after_build:
|
|
||||||
- ps: .\.ci\upload-nightly.ps1
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
- description: "Development builds"
|
- description: "Development builds"
|
||||||
provider: GitHub
|
provider: GitHub
|
||||||
|
|
Loading…
Reference in a new issue