From ce163b1eae3744546a35c6acb79aa8825566d87f Mon Sep 17 00:00:00 2001 From: The Tumultuous Unicorn Of Darkness Date: Sat, 30 Nov 2024 15:46:13 +0100 Subject: [PATCH] [CI] fix Windows x86_64 artifacts path again It seems I forgot some parts in 06c5985dcb17aefbad5cc0dd6b5c55f9fac15c76... --- .github/workflows/build_windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml index a3d7e34..7be4bfa 100644 --- a/.github/workflows/build_windows.yml +++ b/.github/workflows/build_windows.yml @@ -21,7 +21,7 @@ jobs: config: [Debug, Release, ReleaseDLL] platform: - { bitness: x32, ms: Win32, name: windows-ix86 } - - { bitness: x64, ms: x64, name: window-x86_64 } + - { bitness: x64, ms: x64, name: windows-x86_64 } env: CONFIG: ${{ matrix.config }} BITNESS: ${{ matrix.platform.bitness }} @@ -78,7 +78,7 @@ jobs: matrix: platform: - windows-ix86 - - window-x86_64 + - windows-x86_64 steps: - name: Merge artifacts for ${{ matrix.platform }}