Skip to content

Commit

Permalink
Add release on tag, add title for latest build
Browse files Browse the repository at this point in the history
  • Loading branch information
daquexian committed May 5, 2019
1 parent 36f7e6a commit 0b1ea81
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ci/onnx2bnn_build.yml
Expand Up @@ -17,6 +17,15 @@ steps:
inputs:
pathtoPublish: $(Build.ArtifactStagingDirectory)
artifactName: onnx2bnn AppImage
- task: GitHubRelease@0
inputs:
gitHubConnection: 'dabnn release'
repositoryName: '$(Build.Repository.Name)'
action: 'create'
target: '$(Build.SourceVersion)'
assets: '$(Build.ArtifactStagingDirectory)/onnx2bnn.AppImage'
isDraft: true
isPreRelease: true
- task: GitHubRelease@0
inputs:
gitHubConnection: 'dabnn release'
Expand All @@ -25,6 +34,9 @@ steps:
target: '$(Build.SourceVersion)'
tagSource: 'manual'
tag: 'Latest'
title: 'Latest Build'
releaseNotesSource: 'input'
releaseNotes: 'Prebuilt AppImage of the latest commit, which may be not so stable'
assets: '$(Build.ArtifactStagingDirectory)/onnx2bnn.AppImage'
isDraft: true
isPreRelease: true

0 comments on commit 0b1ea81

Please sign in to comment.