appveyor: change path to build artifact.

pull/803/head
Kim Kulling 2016-02-19 20:42:56 +01:00
parent 767e8e0b6e
commit 5c13b89724
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ build_script:
- msbuild /m /p:Configuration=Release /p:Platform="Win32" Assimp.sln
after_build:
- 7z a assimp.zip c:\projects\assimp\bin\release\*
- 7z a assimp.7z c:\projects\assimp\bin\release\*
artifacts:
- path: c:\projects\assimp\bin\release\assimp.zip
- path: assimp.7z
name: assimp_lib