Skip to content

Commit

Permalink
Remove package sub-directory from release script
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Jul 6, 2022
1 parent 580ed31 commit 7f2ebf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ stages:
targetPath: $(Build.ArtifactStagingDirectory)

- job: MacBuildArm64
displayName: "macOS Build"
displayName: "macOS ARM64 Build"
pool:
vmImage: "macOS-latest"
steps:
Expand Down Expand Up @@ -394,7 +394,7 @@ stages:
displayName: 'Download macOS Arm64 Build'
inputs:
artifact: 'MacArm64'
path: $(Agent.TempDirectory)\package
path: $(Agent.TempDirectory)
- task: DownloadPipelineArtifact@2
displayName: 'Download ManyLinux Build'
inputs:
Expand Down

0 comments on commit 7f2ebf8

Please sign in to comment.