Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
csett86 authored Aug 4, 2023
1 parent 0c6ceeb commit e480241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
cmake --build . --config Release
cmake --build . --config Release --target install
- name: package
run: | libxerces-c.dll
run: |
Copy-Item "C:\Program Files (x86)\xerces-c\bin\libxerces-c.dll" -Destination "C:\Program Files (x86)\xerces-c\lib"
Remove-Item -LiteralPath "C:\Program Files (x86)\xerces-c\share" -Force -Recurse
Remove-Item -LiteralPath "C:\Program Files (x86)\xerces-c\bin" -Force -Recurse
Expand Down

0 comments on commit e480241

Please sign in to comment.