1
0
mirror of https://github.com/actions/download-artifact.git synced 2026-02-25 21:32:28 +00:00

One more test fix

This commit is contained in:
Daniel Kennedy
2026-02-23 12:18:06 -05:00
parent b8c4819ef5
commit 96bf374a61

View File

@ -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"