Skip to content

Commit aecf644

Browse files
committed
Fix windows deployment archive paths
1 parent f9f3d27 commit aecf644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build_script:
1313
- md deploy
1414
- move target\release\cpp_codegen_rs.exe deploy\cpp_codegen_windows.exe
1515
- copy C:\LLVM\bin\libclang.dll deploy\libclang.dll
16-
- 7z a cpp_codegen_windows.zip deploy\*.*
16+
- 7z a cpp_codegen_windows.zip .\deploy\*.*
1717

1818
test_script:
1919
- set RUST_BACKTRACE=1

0 commit comments

Comments
 (0)