diff --git a/ci/onnx2bnn_build.yml b/ci/onnx2bnn_build.yml index 7b961cc..76d21c2 100644 --- a/ci/onnx2bnn_build.yml +++ b/ci/onnx2bnn_build.yml @@ -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' @@ -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