1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-12-26 16:55:45 +00:00

[CI] fix Windows x86_64 artifacts path again

It seems I forgot some parts in 06c5985dcb17aefbad5cc0dd6b5c55f9fac15c76...
This commit is contained in:
The Tumultuous Unicorn Of Darkness 2024-11-30 15:46:13 +01:00
parent 2b84c1ff02
commit ce163b1eae
No known key found for this signature in database
GPG key ID: 1E55EE2EFF18BC1A

View file

@ -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 }}