Skip to content

Commit

Permalink
Bleeding Edge release
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokangwang committed Apr 16, 2019
1 parent c8f43e9 commit 74b0181
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 74b0181

Please sign in to comment.