Skip to content

Commit d46129f

Browse files
committed
Enable deployment to Github from AppVeyor.
1 parent b15735d commit d46129f

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

appveyor.yml

+12-2
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,21 @@ build_script:
4949

5050
artifacts:
5151
- path: '%BUILD_PATH%\lib'
52+
name: CppSharp-$(VS_VERSION)-master-$(APPVEYOR_BUILD_NUMBER)
5253
type: zip
5354

5455
#---------------------------------#
5556
# deployment configuration #
5657
#---------------------------------#
5758

58-
deploy: off
59-
59+
deploy:
60+
release: 'CppSharp'
61+
description: "Latest successful CI builds of branch 'master'"
62+
provider: GitHub
63+
auth_token:
64+
secure: tSYxyXeLtE0f6ZsXsGaHZEAw5Nj4TcgN/rx8uCfPnRjcE55OLAVn/8WXEiovNXLt
65+
artifact: CppSharp-$(VS_VERSION)-master-$(APPVEYOR_BUILD_NUMBER).zip
66+
draft: true
67+
prerelease: true
68+
on:
69+
branch: master

0 commit comments

Comments
 (0)