Skip to content

Commit 90444b2

Browse files
committed
build
1 parent 0a6cf41 commit 90444b2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,10 @@ deploy:
8989
secure: YLdtUMsAcc8FUr3kgwhQW7nkl5jDpLKbelvzWzzTWUfAiDd92Kd15rjlDJVEEFzo
9090
artifact: archive
9191
draft: true
92-
force_update: true
92+
force_update: false
9393
prerelease: true
94+
tag: $(APPVEYOR_REPO_TAG_NAME)
9495
on:
95-
branch: master # release from master branch only
96+
branch: $(APPVEYOR_REPO_TAG_NAME)
9697
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 # mingw is default for now
9798
appveyor_repo_tag: true # deploy on tag push only

0 commit comments

Comments
 (0)