Skip to content

Commit 8c291b6

Browse files
committed
Deploy tags to GH releases with Appveyor.
1 parent 46a6e6d commit 8c291b6

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

appveyor.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ image: Visual Studio 2017
99
shallow_clone: true
1010
clone_depth: 1
1111

12-
skip_tags: true
13-
1412
configuration:
1513
- Release-Far2
1614
- Release-Far3
@@ -50,3 +48,17 @@ after_build:
5048
5149
artifacts:
5250
- path: '*.7z'
51+
name: distr
52+
53+
deploy:
54+
- provider: GitHub
55+
tag: $(APPVEYOR_REPO_TAG_NAME)
56+
release: $(PVER)
57+
description: 'Stable Release'
58+
auth_token:
59+
secure: yydJ7NhXUmWzitSCv7CA8LvEW7/4KGABG11kPMhDmyGGyHAVQuOLTCOqxkI+vl1x
60+
artifact: distr
61+
draft: true
62+
prerelease: false
63+
on:
64+
APPVEYOR_REPO_TAG: true # deploy on tag push only

0 commit comments

Comments
 (0)