Browse Source

AppVeyor: automatically upload releases to github

Ilya Shipitsin 7 years ago
parent
commit
aa9effbf4e
1 changed files with 8 additions and 0 deletions
  1. 8 0
      .appveyor.yml

+ 8 - 0
.appveyor.yml

@@ -70,3 +70,11 @@ for:
   artifacts:
   artifacts:
     - path: build/*.deb
     - path: build/*.deb
       name: Ubuntu
       name: Ubuntu
+
+deploy:
+  description: 'automatic release'
+  provider: GitHub
+  auth_token:
+    secure: FJU1W6Li4W7h3mYJj206ybyhRvBqdSeiSoFJ4lhCkQl6n92ljSVnZiPKPtaSuP6i
+  on:
+    appveyor_repo_tag: true