Skip to content

Commit 9603f08

Browse files
committed
fix github release deployment
1 parent 2b592a2 commit 9603f08

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

appveyor.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#version should be only changed with RELEASE eminent, see RELEASE.md
2-
version: 2.4.0
2+
version: 2.4.{build}
33

44
clone_depth: 1
55
pull_requests:
@@ -39,6 +39,14 @@ on_failure:
3939
appveyor PushArtifact .\files.lst -DeploymentName "Failed Build File Listing"
4040
4141
deploy:
42+
- provider: GitHub
43+
auth_token:
44+
secure: hVyVwHl0JiVq0VxXB4VMRWbUtrGclIzadfnWFcWCQBLvbgMLahLBnWlwGglT63pZ
45+
artifact: NugetPackage
46+
prerelease: false
47+
on:
48+
APPVEYOR_REPO_TAG: true
49+
4250
- provider: NuGet
4351
api_key:
4452
secure: Ab4T/48EyIJhVrqkfKdUxmHUtseEVuXuyrGACxZ0KN35rb/BzABlBM2YjZojicvT

0 commit comments

Comments
 (0)