Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ansyral authored May 10, 2017
1 parent 04bd712 commit 76d4262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ clone_depth: 1
os: Visual Studio 2015 CTP
test: off
after_build:
- 7z a code2yaml-v%appveyor_build_version%.zip %APPVEYOR_BUILD_FOLDER%\target\Release\code2yaml\* -r -x!*.pdb
- 7z a code2yaml.zip %APPVEYOR_BUILD_FOLDER%\target\Release\code2yaml\* -r -x!*.pdb
artifacts:
- path: code2yaml-v$(appveyor_build_version).zip
- path: code2yaml.zip
name: code2yaml
deploy:
release: code2yaml-v$(appveyor_build_version)
Expand Down

0 comments on commit 76d4262

Please sign in to comment.