Skip to content

Commit

Permalink
💚 更新CI配置
Browse files Browse the repository at this point in the history
  • Loading branch information
yzh committed May 19, 2020
1 parent feb0ec1 commit 6dca6b9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 #
Expand All @@ -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
Expand Down

0 comments on commit 6dca6b9

Please sign in to comment.