Skip to content

Commit

Permalink
Correct Win32 GRPC build
Browse files Browse the repository at this point in the history
  • Loading branch information
adreed-msft committed Sep 27, 2024
1 parent d5386b2 commit 8569949
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -963,10 +963,10 @@ stages:
continueOnError: true

- task: ArchiveFiles@2
displayName: 'Archive Windows 32 bit Build'
displayName: 'Archive Windows 32 bit GRPC Build'
inputs:
rootFolderOrFile: '$(windows_386)'
archiveFile: '$(archives)/azcopy_windows_386_$(azcopy_version).zip'
rootFolderOrFile: '$(windows_grpc_386)'
archiveFile: '$(archives)/azcopy_windows_grpc_386_$(azcopy_version).zip'
continueOnError: true

- script: |
Expand Down

0 comments on commit 8569949

Please sign in to comment.