Browse Source

Fix tool extraction search pattern.

Erwin de Haan 6 năm trước cách đây
mục cha
commit
5238ba5d8f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .azure/azure-pipelines.yml

+ 1 - 1
.azure/azure-pipelines.yml

@@ -167,7 +167,7 @@ jobs:
     - task: ExtractFiles@1
       displayName: Extract ABI compatibility check tool
       inputs:
-        archiveFilePatterns: '*-ci.zip'
+        archiveFilePatterns: '$(System.ArtifactsDirectory)/*-ci.zip'
         destinationFolder: $(System.ArtifactsDirectory)/tools
         cleanDestinationFolder: true