diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-03-01 02:17:38 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-03-01 02:17:38 +0100 |
commit | 818fc51059b79f3c91eb3b4dc77354ba3f782f0c (patch) | |
tree | b9d41be7537e6a18721d3c8582fefb36adc412c2 /appveyor.yml | |
parent | Don't ask to join joined rooms when clicking matrix uri (diff) | |
download | nheko-818fc51059b79f3c91eb3b4dc77354ba3f782f0c.tar.xz |
Fix appveyor upload
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 8d1e71a5..6c13353a 100644 --- a/appveyor.yml +++ b/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 |