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:
parent
2b84c1ff02
commit
ce163b1eae
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_windows.yml
vendored
4
.github/workflows/build_windows.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue