Browse Source

appveyor: add libs to build artifacts.

Kim Kulling 9 years ago
parent
commit
ff7deaa091
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

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