Skip to content

Commit

Permalink
typo'd
Browse files Browse the repository at this point in the history
  • Loading branch information
adreed-msft committed Aug 10, 2024
1 parent af83e51 commit 0510b55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -558,8 +558,8 @@ stages:
darwin_arm_dir="$(work_dir)/azcopy_darwin_arm64_$(azcopy_version)"
echo "##vso[task.setvariable variable=darwin_arm_dir]$darwin_arm_dir"
darwin_arm_dir="$(work_dir)/azcopy_darwin_arm64_$(azcopy_version)"
echo "##vso[task.setvariable variable=darwin_arm_dir]$darwin_arm_dir"
darwin_grpc_arm_dir="$(work_dir)/azcopy_darwin_grpc_arm64_$(azcopy_version)"
echo "##vso[task.setvariable variable=darwin_grpc_arm_dir]$darwin_grpc_arm_dir"
mkdir -p $darwin_amd_dir
mkdir -p $darwin_grpc_amd_dir
Expand Down Expand Up @@ -590,7 +590,7 @@ stages:
displayName: 'Archive MacOS GRPC AMD64 Build (must happen before signing/notarization)'
inputs:
rootFolderOrFile: '$(darwin_grpc_amd_dir)'
archiveFile: '$(archives)/azcopy_grpc_darwin_amd64_$(azcopy_version).zip'
archiveFile: '$(archives)/azcopy_darwin_grpc_amd64_$(azcopy_version).zip'
continueOnError: true

- task: ArchiveFiles@2
Expand All @@ -604,7 +604,7 @@ stages:
displayName: 'Archive MacOS GRPC ARM64 Build (must happen before signing/notarization)'
inputs:
rootFolderOrFile: '$(darwin_grpc_arm_dir)'
archiveFile: '$(archives)/azcopy_grpc_darwin_arm64_$(azcopy_version).zip'
archiveFile: '$(archives)/azcopy_darwin_grpc_arm64_$(azcopy_version).zip'
continueOnError: true

- script: |
Expand Down

0 comments on commit 0510b55

Please sign in to comment.