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"