ci: Add missing arch var to WindowsPdb job matrix

This commit is contained in:
Matt Borgerson 2024-12-30 21:26:54 -07:00 committed by mborgerson
parent 8184d5ee29
commit 4261541d6a
1 changed files with 4 additions and 0 deletions

View File

@ -126,12 +126,16 @@ jobs:
include:
- configuration: Debug
artifact_name: xemu-win-x86_64-debug
arch: x86_64
- configuration: Release
artifact_name: xemu-win-x86_64-release
arch: x86_64
- configuration: Debug
artifact_name: xemu-win-aarch64-debug
arch: aarch64
- configuration: Release
artifact_name: xemu-win-aarch64-release
arch: aarch64
steps:
- name: Download artifacts
uses: actions/download-artifact@v4