mirror of
https://github.com/actions/download-artifact.git
synced 2026-02-26 22:02:27 +00:00
One more test fix
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -142,7 +142,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Verify skip-decompress download
|
- name: Verify skip-decompress download
|
||||||
run: |
|
run: |
|
||||||
$rawFile = "skip-decompress-test/artifact.zip"
|
$rawFile = "skip-decompress-test/Artifact-A-${{ matrix.runs-on }}.zip"
|
||||||
if(!(Test-Path -path $rawFile))
|
if(!(Test-Path -path $rawFile))
|
||||||
{
|
{
|
||||||
Write-Error "Expected raw artifact file does not exist at $rawFile"
|
Write-Error "Expected raw artifact file does not exist at $rawFile"
|
||||||
|
|||||||
Reference in New Issue
Block a user