English / 简体中文
Retrieves hardware specifications of the Windows runtime environment in GitHub Actions.
The workflow runs on windows-2022 and windows-2025 images and executes the following tools:
- Systeminfo: Windows built-in system configuration tool.
- Coreinfo: Tool provided by Sysinternals.
- CPU-Z: Hardware information reporting tool provided by CPUID.
Trigger the workflow manually via workflow_dispatch.
| Parameter | Description | Required | Default |
|---|---|---|---|
cpuz_version |
The CPU-Z version to download (e.g., 2.12, 2.17). |
Yes | 2.17 |
Note: The workflow will fail if the specified version does not exist on the CPUID server.
Upon successful execution, the workflow uploads an artifact named hardware-reports-<os-version> containing:
coreinfo.txt: Output from Coreinfo.cpuz_report.txt: Report generated by CPU-Z.