Skip to content

Commit

Permalink
fix ExtractFiles task in download and extract task
Browse files Browse the repository at this point in the history
  • Loading branch information
vigsterkr committed Jan 9, 2019
1 parent 8b32344 commit 8b4103d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/download-extract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8b4103d

Please sign in to comment.