Skip to content

Commit 39e07e2

Browse files
committed
Added deployment section.
1 parent 8be234b commit 39e07e2

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,14 @@ test: off
2828
artifacts:
2929
- path: 'LukeNet.zip'
3030
name: release_archive
31+
32+
deploy:
33+
- provider: GitHub
34+
auth_token:
35+
secure: DI098SO7LeSl0fwnw3kqTm7mdyyH+84meGFWzam0ksoRy4sd0ng8dEsrjV+ub1nm
36+
tag: '$(APPVEYOR_REPO_TAG_NAME)'
37+
artifact: release_archive
38+
draft: true
39+
force_update: true
40+
on:
41+
appveyor_repo_tag: true

0 commit comments

Comments
 (0)