diff options
author | Joseph Donofry <rubberduckie3554@gmail.com> | 2023-02-20 17:17:37 -0500 |
---|---|---|
committer | Joseph Donofry <rubberduckie3554@gmail.com> | 2023-02-20 17:17:37 -0500 |
commit | b219d6a6b6c2f1a28c96daf418a3418d2da17959 (patch) | |
tree | 67d9748a108244be43e58deddb2512bf3d18631b /appveyor.yml | |
parent | Merge branch 'cirrus_updates' into 'master' (diff) | |
download | nheko-b219d6a6b6c2f1a28c96daf418a3418d2da17959.tar.xz |
Create github release from tags and upload artifacts as assets
Diffstat (limited to '')
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index ad849ca1..76932ac2 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 |