From 1ab0ed7a1bc54f8ccf2f954097026fc239deb1fe Mon Sep 17 00:00:00 2001 From: Arnold Loubriat Date: Sun, 24 May 2026 15:40:26 +0200 Subject: [PATCH] fix: Fix Windows binary publishing jobs --- .github/workflows/publish.yml | 5 +++-- CMakeLists.txt | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ca98578..dbe88c5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -34,16 +34,17 @@ jobs: - os: windows-2025 target: aarch64-pc-windows-msvc setup-step: 'cmd.exe /k "C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsamd64_x86.bat" `& powershell' - cmake-options: -A ARM64 + cmake-options: -A ARM64 -DCMAKE_CONFIGURATION_TYPES=Release path: windows/arm64/msvc - os: windows-2025 target: i686-pc-windows-msvc setup-step: 'cmd.exe /k "C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars32.bat" `& powershell' - cmake-options: -A Win32 + cmake-options: -A Win32 -DCMAKE_CONFIGURATION_TYPES=Release path: windows/x86/msvc - os: windows-2025 target: x86_64-pc-windows-msvc setup-step: 'cmd.exe /k "C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat" `& powershell' + cmake-options: -DCMAKE_CONFIGURATION_TYPES=Release path: windows/x86_64/msvc - os: ubuntu-latest target: i686-pc-windows-gnu diff --git a/CMakeLists.txt b/CMakeLists.txt index 60b7c83..930e626 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,7 +59,7 @@ if (ACCESSKIT_BUILD_LIBRARIES) install(FILES "$" - "$<$:${CMAKE_CURRENT_BINARY_DIR}/accesskit.pdb>" + "$<$:$/accesskit.pdb>" DESTINATION "${ACCESSKIT_LIBRARIES_DIR}/shared" ) install(FILES