From b8c4819ef592cbe04fd93534534b38f853864332 Mon Sep 17 00:00:00 2001 From: Daniel Kennedy Date: Mon, 23 Feb 2026 12:13:23 -0500 Subject: [PATCH] Fix skip decompress test --- .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 758d5f1..0f1af71 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" + $rawFile = "skip-decompress-test/artifact.zip" if(!(Test-Path -path $rawFile)) { Write-Error "Expected raw artifact file does not exist at $rawFile"