From 446978ad5a06404ff6ccc1adcfdbea0262d0ebde Mon Sep 17 00:00:00 2001 From: momo5502 Date: Wed, 9 Apr 2025 18:32:41 +0200 Subject: [PATCH] Always use release windows artifacts This will always use the windows release test sample artifacts. It doesn't really make sense to test the debug artifacts. They're just slower and do the same. This will still run debug artifacts on windows. The change only applies to non-windows platforms --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2afb2310..d600d327 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -323,7 +323,7 @@ jobs: uses: pyTooling/download-artifact@v4 if: "${{ matrix.platform != 'Windows x86_64' }}" with: - name: Windows x86_64 ${{matrix.configuration}} Artifacts + name: Windows x86_64 Release Artifacts path: build/${{matrix.preset}}/artifacts - name: Download Emulation Root @@ -388,7 +388,7 @@ jobs: - name: Download Windows Artifacts uses: pyTooling/download-artifact@v4 with: - name: Windows x86_64 ${{matrix.configuration}} Artifacts + name: Windows x86_64 Release Artifacts path: build/${{matrix.preset}}/artifacts - name: Download Emulation Root