diff options
author | Joseph Donofry <rubberduckie3554@gmail.com> | 2023-02-28 22:50:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-28 22:50:13 +0000 |
commit | 9bc50fa9080ffa561627b12824166d4a1f93554d (patch) | |
tree | 0a51b6921244cead8ca3c8f3af543aad72cc2c59 /appveyor.yml | |
parent | Fix bug that prevented storing member events in the same database as the rest (diff) | |
parent | Remove test configurations (diff) | |
download | nheko-9bc50fa9080ffa561627b12824166d4a1f93554d.tar.xz |
Merge pull request #1382 from Nheko-Reborn/gitlab_artifact_updates
Create github release from tags and upload artifacts as assets
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index e3921f45..4a0b1eec 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -109,9 +109,6 @@ after_build: - copy nheko-installer.exe nheko-%APPVEYOR_PULL_REQUEST_HEAD_COMMIT%-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%/) - deploy: - description: "Development builds" provider: GitHub |