Skip to content

Commit 4fc5c20

Browse files
committed
fix names of downloaded drops
1 parent 1233199 commit 4fc5c20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pipelines/DSC-Official.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,10 @@ extends:
311311
steps:
312312
- checkout: self
313313
- download: current
314-
artifact: drop_BuildAndSign_BuildWinx64
314+
artifact: drop_BuildAndSign_BuildWin_x64
315315
patterns: '*.msix'
316316
- download: current
317-
artifact: drop_BuildAndSign_BuildWinarm64
317+
artifact: drop_BuildAndSign_BuildWin_arm64
318318
patterns: '*.msix'
319319
- pwsh: |
320320
Set-Location "$(Build.SourcesDirectory)/DSC"

0 commit comments

Comments
 (0)