From 6dca6b91361dc255bdaccd4880160d0c897103fd Mon Sep 17 00:00:00 2001 From: yzh Date: Tue, 19 May 2020 09:04:14 +0800 Subject: [PATCH] =?UTF-8?q?:green=5Fheart:=20=E6=9B=B4=E6=96=B0CI=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appveyor.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5ad34d0..9f6732a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,7 +10,7 @@ branches: - master # Start builds on tags only (GitHub, BitBucket, GitLab, Gitea) -skip_non_tags: true +skip_non_tags: false # Do not build feature branch with open Pull Requests skip_branch_with_pr: true @@ -75,8 +75,8 @@ before_package: artifacts: # pushing a single file with environment variable in path and "Deployment name" specified - - path: $(APPVEYOR_PROJECT_NAME)\$(platform)\$(configuration) - name: $(APPVEYOR_PROJECT_NAME)-v$(APPVEYOR_REPO_TAG_NAME) + - path: x64\Release + name: dicom-toolkit_x64 #---------------------------------# # deployment configuration # @@ -89,6 +89,7 @@ deploy: - provider: GitHub tag: $(APPVEYOR_REPO_TAG_NAME) release: $(APPVEYOR_PROJECT_NAME)-v$(APPVEYOR_REPO_TAG_NAME) + artifact: dicom-toolkit_x64 draft: true force_update: true prerelease: false