Skip to content

Commit

Permalink
Try to fix pipelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
Berrysoft committed Sep 11, 2021
1 parent 329d167 commit 2637b06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,10 @@ jobs:
vmImage: 'macOS-11'

steps:
- task: DownloadPipelineArtifact@2
inputs:
artifact: 'publish'
path: $(Build.SourcesDirectory)/publish
- task: DownloadPipelineArtifact@2
inputs:
artifact: 'publish'
path: $(Build.SourcesDirectory)/publish

- script: lipo -create $(Build.SourcesDirectory)/publish/tunet.macos.x86_64 $(Build.SourcesDirectory)/publish/tunet.macos.aarch64 -output $(Build.ArtifactStagingDirectory)/tunet.macos
displayName: "Create fat binary"
Expand Down

0 comments on commit 2637b06

Please sign in to comment.