Skip to content

Commit

Permalink
Download artifacts before release them
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Oct 12, 2019
1 parent 3607588 commit b5dafbb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5dafbb

Please sign in to comment.