Browse Source

Bleeding Edge release

pull/2141/head
Shelikhoo 6 years ago
parent
commit
74b0181133
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316
  1. 9
      azure-pipelines.yml

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

Loading…
Cancel
Save