Skip to content

Commit

Permalink
fix: opensslv3 path
Browse files Browse the repository at this point in the history
  • Loading branch information
Candinya committed Apr 21, 2024
1 parent 2b9023d commit 19bb1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Prepare OpenSSL DLLs
shell: pwsh
run: |
Copy-Item ${env:IQTA_TOOLS}'\OpenSSL\Win_x64\bin\lib*-x64.dll' workspace\${env:ARCHIVE_NAME}\
Copy-Item ${env:IQTA_TOOLS}'\OpenSSLv3\Win_x64\bin\lib*-x64.dll' workspace\${env:ARCHIVE_NAME}\
- name: Package artifacts
shell: pwsh
Expand Down

0 comments on commit 19bb1d9

Please sign in to comment.