Skip to content

Commit

Permalink
appveyor: do not preserve dir structure in zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed May 1, 2016
1 parent 8666273 commit 574e782
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ build_script:
- ..\nmake-lib.bat

after_build:
- 7z a keystone-windows.zip llvm\bin\keystone.dll
- 7z a keystone-windows.zip llvm\lib\keystone.lib
- 7z a keystone-windows.zip kstool\kstool.exe
- 7z a keystone-windows.zip llvm\bin\keystone*.dll
- 7z a keystone-windows.zip llvm\lib\keystone*.lib
- 7z a keystone-windows.zip kstool\kstool*.exe

artifacts:
- path: build\keystone-windows.zip
Expand Down

0 comments on commit 574e782

Please sign in to comment.