Skip to content

Commit

Permalink
build: provide rime.pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
fxliang committed Jul 3, 2024
1 parent 9da92f9 commit 16fc5a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,10 @@ jobs:
copy $dir86\dist\include\rime_*.h include\
copy $dir86\dist\lib\rime.lib lib\
copy $dir86\dist\lib\rime.dll output\Win32\
copy $dir86\dist\lib\rime.pdb output\Win32\
copy $dir64\dist\lib\rime.lib lib64\
copy $dir64\dist\lib\rime.dll output\
copy $dir64\dist\lib\rime.pdb output\
if (-not (Test-Path -Path "output\data\opencc")) {
New-Item -ItemType Directory -Path "output\data\opencc"
}
Expand Down

0 comments on commit 16fc5a6

Please sign in to comment.