Skip to content

Commit c8b1e67

Browse files
committed
fix(appveyor.yml): archive header files
1 parent 55f8ff4 commit c8b1e67

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ build_script:
3030
- .\build.bat test
3131

3232
after_build:
33-
- 7z a rime.zip build\bin build\lib include thirdparty\data\opencc
33+
- md build\include
34+
- copy /y src\*.h build\include
35+
- 7z a rime.zip build\bin build\lib build\include thirdparty\data\opencc
3436
- dir build /s
3537

3638
before_test:

0 commit comments

Comments
 (0)