Skip to content

Commit

Permalink
add converter script to release zip
Browse files Browse the repository at this point in the history
  • Loading branch information
MaverickTse committed Jul 20, 2017
1 parent 19fc55d commit 94459ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -27,7 +27,7 @@ build:
verbosity: minimal

after_build:
- cmd: 7z a ManualTracking.zip %APPVEYOR_BUILD_FOLDER%\build\%configuration%\ManualTracking.auf %APPVEYOR_BUILD_FOLDER%\README.md %APPVEYOR_BUILD_FOLDER%\LICENSE
- cmd: 7z a ManualTracking.zip %APPVEYOR_BUILD_FOLDER%\build\%configuration%\ManualTracking.auf %APPVEYOR_BUILD_FOLDER%\README.md %APPVEYOR_BUILD_FOLDER%\LICENSE %APPVEYOR_BUILD_FOLDER%\csv2exo.py

artifacts:
- path: '**\*.zip'
Expand Down

0 comments on commit 94459ad

Please sign in to comment.