1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-20 23:01:51 +00:00

[CI] fix Windows x86_64 artifacts path

This commit is contained in:
The Tumultuous Unicorn Of Darkness 2024-08-26 11:24:28 +02:00
parent 9574313a76
commit 06c5985dcb
No known key found for this signature in database
GPG key ID: 1E55EE2EFF18BC1A

View file

@ -56,8 +56,8 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: build_windows.yml
commit: ${{ github.sha }}
name: window-x86_64
path: window-x86_64
name: windows-x86_64
path: windows-x86_64
- name: Compress artifacts
run: |
@ -83,4 +83,4 @@ jobs:
- Build for AArch64 macOS (built under [macOS 14.X](https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md));
- Build for ix86 Windows, using MSVC XX.XX, in Debug, Release and Release DLL configurations (built under [Windows Server 2022](https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md));
- Build for x86_64 Windows, using MSVC XX.XX, in Debug, Release and Release DLL configurations (built under [Windows Server 2022](https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md)).
artifacts: "libcpuid-${{ env.VERSION }}.tar.gz,libcpuid-${{ env.VERSION }}-macos-x86_64.zip,libcpuid-${{ env.VERSION }}-macos-aarch64.zip,libcpuid-${{ env.VERSION }}-windows-ix86.zip,libcpuid-${{ env.VERSION }}-window-x86_64.zip"
artifacts: "libcpuid-${{ env.VERSION }}.tar.gz,libcpuid-${{ env.VERSION }}-macos-x86_64.zip,libcpuid-${{ env.VERSION }}-macos-aarch64.zip,libcpuid-${{ env.VERSION }}-windows-ix86.zip,libcpuid-${{ env.VERSION }}-windows-x86_64.zip"