Skip to content

Commit 93245dc

Browse files
committed
AppVeyor: deploy build to GitHub releases page
1 parent 8644729 commit 93245dc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

appveyor.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,10 @@ only_commits:
1414
files:
1515
- Src/
1616
- Localization/
17+
deploy:
18+
- provider: GitHub
19+
tag: v$(APPVEYOR_BUILD_VERSION)
20+
release: $(APPVEYOR_BUILD_VERSION)
21+
auth_token:
22+
secure: 01CsOFRdj9KFb1hp/RlFK/F1UzGhzwGQfok6OoqcL1ipbOwRF//Phbdm7iaFVWIx
23+
prerelease: true

0 commit comments

Comments
 (0)