diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2953d45d31106..4c3de4283a247 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -135,6 +135,11 @@ jobs: - Ubuntu - macOS steps: + - task: DownloadBuildArtifacts@0 + inputs: + downloadType: 'specific' + itemPattern: '**' + downloadPath: $(Build.ArtifactStagingDirectory) - task: GitHubRelease@0 inputs: gitHubConnection: swiftwasm-release