Fix appveyor upload

pull/504/head
Nicolas Werner 4 years ago
parent a0fad2513e
commit 818fc51059
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 3
      appveyor.yml

@ -111,8 +111,9 @@ after_build:
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%/)
before_deploy:
after_build:
- ps: .\.ci\upload-nightly.ps1
deploy:
- description: "Development builds"
provider: GitHub

Loading…
Cancel
Save