1
0
Fork 0
mirror of synced 2026-06-05 16:58:19 +00:00

Fix skip decompress test

This commit is contained in:
Daniel Kennedy 2026-02-23 12:13:23 -05:00
commit b8c4819ef5

View file

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