diff options
Diffstat (limited to 'azure-pipelines.yml')
| -rw-r--r-- | azure-pipelines.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ae57cc6..ae76b13 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -151,3 +151,8 @@ steps: inputs: pathtoPublish: 'install.log' artifactName: '$(PYVERSION)-$(PYARCH)-install.log' + +- task: GithubRelease@0 + inputs: + githubConnection: 'oswjk' + assets: '$(Build.ArtifactStagingDirectory)/Python-$(PYVERSION)-$(PYARCH).zip' |
