Skip to content

Commit

Permalink
Add OpenSSL DLLs to Windows CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
gyk4j committed Aug 19, 2024
1 parent 0f55a0b commit 3097919
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
New-Item -Path "$env:RUNNER_TEMP\upload\bin" -Name "c" -ItemType "directory"
Copy-Item "..\README.md" -Destination "$env:RUNNER_TEMP\upload\bin\c"
Copy-Item "build\Release\wsgup.exe" -Destination "$env:RUNNER_TEMP\upload\bin\c"
Copy-Item -Path "C:\Program Files\OpenSSL\bin\*.dll" -Destination "$env:RUNNER_TEMP\upload\bin\c"
- name: "Build C#"
run: |
Expand Down

0 comments on commit 3097919

Please sign in to comment.