Browse Source

Update tests-windows.yml

Krzysztof Krysiński 3 months ago
parent
commit
72aa42b9e4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pipelines/Windows/tests-windows.yml

+ 2 - 2
pipelines/Windows/tests-windows.yml

@@ -22,8 +22,8 @@ steps:
 
   - task: ExtractFiles@1
     inputs:
-      archiveFilePatterns: '/tests/TestDrivers/Windows/*.zip'
-      destinationFolder: '/tests/TestDrivers/Windows/'
+      archiveFilePatterns: 'tests/TestDrivers/Windows/*.zip'
+      destinationFolder: 'tests/TestDrivers/Windows/'
       cleanDestinationFolder: false
       overwriteExistingFiles: false