1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-29 02:35:23 +00:00

Bleeding Edge release

This commit is contained in:
Shelikhoo 2019-04-16 10:21:35 +08:00
parent c8f43e9629
commit 74b0181133
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316

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'