Bleeding Edge release

pull/2531/head
Shelikhoo 2019-04-16 10:21:35 +08:00 committed by Nicholas Wang
parent 70ae685106
commit ba237b0361
No known key found for this signature in database
GPG Key ID: F20CA399C9BD9100
1 changed files with 9 additions and 0 deletions

View File

@ -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'