summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-03-01 02:19:07 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-03-01 02:19:07 +0100
commit40de75c40b97a096aed6a99ada9744dd1b16050d (patch)
tree03669905afb2eeb1e2c4c86cd50d0c0a02e8ab56
parentFix appveyor upload (diff)
downloadnheko-40de75c40b97a096aed6a99ada9744dd1b16050d.tar.xz
Use one after_build in appveyor
-rw-r--r--appveyor.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml

index 6c13353a..84d88b3a 100644 --- a/appveyor.yml +++ b/appveyor.yml
@@ -107,13 +107,11 @@ after_build: - 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 + - ps: .\.ci\upload-nightly.ps1 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%/) -after_build: - - ps: .\.ci\upload-nightly.ps1 - deploy: - description: "Development builds" provider: GitHub