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"