diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ec4a57655..f1fa5ac8c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -101,3 +101,12 @@ jobs: cp ./src/v2ray.com/core/bazel-bin/release/*.zip ./release/ workingDirectory: '$(GOPATH)' displayName: 'Dump Binaries' + + - task: GitHubRelease@0 + inputs: + gitHubConnection: v2fly + repositoryName: v2fly/V2FlyBleedingEdgeBinary + tagSource: 'manual' + tag: '$(Build.SourceVersion)' + assets: '$(GOPATH)/release/*' + displayName: 'Generate Github Bleeding Edge Release'