Skip to content

Commit

Permalink
Fix windows deployment archive paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jupp0r committed Aug 23, 2016
1 parent f9f3d27 commit aecf644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build_script:
- md deploy
- move target\release\cpp_codegen_rs.exe deploy\cpp_codegen_windows.exe
- copy C:\LLVM\bin\libclang.dll deploy\libclang.dll
- 7z a cpp_codegen_windows.zip deploy\*.*
- 7z a cpp_codegen_windows.zip .\deploy\*.*

test_script:
- set RUST_BACKTRACE=1
Expand Down

0 comments on commit aecf644

Please sign in to comment.