Skip to content

Commit 758e986

Browse files
committed
Create a github release when tagged
1 parent f780f10 commit 758e986

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,8 @@ steps:
151151
inputs:
152152
pathtoPublish: 'install.log'
153153
artifactName: '$(PYVERSION)-$(PYARCH)-install.log'
154+
155+
- task: GithubRelease@0
156+
inputs:
157+
githubConnection: 'oswjk'
158+
assets: '$(Build.ArtifactStagingDirectory)/Python-$(PYVERSION)-$(PYARCH).zip'

0 commit comments

Comments
 (0)