diff options
| -rw-r--r-- | azure-pipelines.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0ef4c9b..12a618f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -42,7 +42,11 @@ jobs: vmImage: 'vs2017-win2016' steps: - task: DownloadPipelineArtifact@1 - - powershell: ls + + - task: GithubRelease@0 + inputs: + githubConnection: 'oswjkpat' + assets: '$(System.ArtifactsDirectory)/**/*.zip' |
