From 96bf374a614d4360e225874c3efd6893a3f285e7 Mon Sep 17 00:00:00 2001 From: Daniel Kennedy Date: Mon, 23 Feb 2026 12:18:06 -0500 Subject: [PATCH] One more test fix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0f1af71..0d7accf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -142,7 +142,7 @@ jobs: - name: Verify skip-decompress download run: | - $rawFile = "skip-decompress-test/artifact.zip" + $rawFile = "skip-decompress-test/Artifact-A-${{ matrix.runs-on }}.zip" if(!(Test-Path -path $rawFile)) { Write-Error "Expected raw artifact file does not exist at $rawFile"