Skip to content

Commit

Permalink
Fix OpenSSL on Windows GA build
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed May 27, 2023
1 parent 2211892 commit 1bcb8a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
cp languages/*.qm "$release_folder/$release_name/languages/"
cd "$release_folder"
cp KarbowanecWallet.exe "$release_name/"
cp "C:/Program Files/OpenSSL-Win64/bin/libssl*.dll" "$release_name/"
cp "C:/Program Files/OpenSSL-Win64/bin/libcrypto*.dll" "$release_name/"
cp "C:/Program Files/OpenSSL/bin/libssl*.dll" "$release_name/"
cp "C:/Program Files/OpenSSL/bin/libcrypto*.dll" "$release_name/"
cp "../../COPYING" "$release_name/LICENSE.txt"
cp "../../*.bat" "$release_name/"
windeployqt --release KarbowanecWallet.exe --dir "$release_name/"
Expand Down

0 comments on commit 1bcb8a2

Please sign in to comment.