mirror of https://github.com/v2ray/v2ray-core
Bleeding Edge release
parent
c8f43e9629
commit
74b0181133
|
@ -101,3 +101,12 @@ jobs:
|
||||||
cp ./src/v2ray.com/core/bazel-bin/release/*.zip ./release/
|
cp ./src/v2ray.com/core/bazel-bin/release/*.zip ./release/
|
||||||
workingDirectory: '$(GOPATH)'
|
workingDirectory: '$(GOPATH)'
|
||||||
displayName: 'Dump Binaries'
|
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'
|
||||||
|
|
Loading…
Reference in New Issue