We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b32344 commit 8b4103dCopy full SHA for 8b4103d
.ci/download-extract.yml
@@ -48,6 +48,6 @@ steps:
48
displayName: ${{ format('Extract {0} archive', parameters.name) }}
49
condition: eq(variables['Agent.JobStatus'], 'Succeeded')
50
inputs:
51
- archiveFilePatterns: ${{ format('{0}/{1}/*.tar', parameters.downloadPath, parameters.artifactName) }}
+ archiveFilePatterns: ${{ format('{0}/{1}/*.tar*', parameters.downloadPath, parameters.artifactName) }}
52
destinationFolder: ${{ parameters.destinationFolder }}
53
cleanDestinationFolder: True
0 commit comments