Skip to content

Commit 8982c05

Browse files
committed
fix: add icu4c dynamic libraries to pack result.
1 parent a20ec2a commit 8982c05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/build-windows.yml

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
3636
- run: |
3737
xmake -v -y
38+
39+
- run: |
40+
Copy-Item "$env:USERPROFILE\AppData\Local\.xmake\packages\i\icu4c\*\*\bin\*.dll" -Destination build\windows\x64\ -Force
3841
3942
- uses: actions/upload-artifact@v4
4043
with:

0 commit comments

Comments
 (0)