From c969c331ea54c5ad72725508ce6d3bcb5fcd4059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20St=C3=B6neberg?= Date: Mon, 9 Oct 2023 12:15:46 +0200 Subject: [PATCH] fixed #12034 - release-windows.yml: specify proper openssl tool (#5522) --- .github/workflows/release-windows.yml | 6 +++--- win_installer/cppcheck.wxs | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-windows.yml b/.github/workflows/release-windows.yml index ab6836c95..01ecad850 100644 --- a/.github/workflows/release-windows.yml +++ b/.github/workflows/release-windows.yml @@ -67,7 +67,7 @@ jobs: with: version: ${{ env.QT_VERSION }} modules: 'qtcharts' - tools: 'tools_openssl_x64,qt.tools.openssl.win_x64' + tools: 'tools_opensslv3_x64' cache: true - name: Create .qm @@ -121,8 +121,8 @@ jobs: xcopy /s gui\help win_installer\files\help || exit /b !errorlevel! del win_installer\files\translations\*.qm || exit /b !errorlevel! move gui\*.qm win_installer\files\translations || exit /b !errorlevel! - :: copy libcrypto-1_1-x64.dll and libssl-1_1-x64.dll - copy %RUNNER_WORKSPACE%\Qt\Tools\OpenSSL\Win_x64\bin\lib*.dll win_installer\files || exit /b !errorlevel! + :: copy libcrypto-3-x64.dll and libssl-3-x64.dll + copy %RUNNER_WORKSPACE%\Qt\Tools\OpenSSLv3\Win_x64\bin\lib*.dll win_installer\files || exit /b !errorlevel! - name: Build Installer run: | diff --git a/win_installer/cppcheck.wxs b/win_installer/cppcheck.wxs index 3324a11f8..c9d40bec4 100644 --- a/win_installer/cppcheck.wxs +++ b/win_installer/cppcheck.wxs @@ -46,8 +46,8 @@ - - + +