diff --git a/.ci/download-extract.yml b/.ci/download-extract.yml index f4e01744dd1..37dd427c653 100644 --- a/.ci/download-extract.yml +++ b/.ci/download-extract.yml @@ -48,6 +48,6 @@ steps: displayName: ${{ format('Extract {0} archive', parameters.name) }} condition: eq(variables['Agent.JobStatus'], 'Succeeded') inputs: - archiveFilePatterns: ${{ format('{0}/{1}/*.tar', parameters.downloadPath, parameters.artifactName) }} + archiveFilePatterns: ${{ format('{0}/{1}/*.tar*', parameters.downloadPath, parameters.artifactName) }} destinationFolder: ${{ parameters.destinationFolder }} cleanDestinationFolder: True