1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 14:26:11 -04:00

fix bin location

This commit is contained in:
Darien Raymond 2018-10-04 12:45:39 +02:00
parent 376e02ca33
commit 9804a94a09
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -65,7 +65,7 @@ function upload() {
curl -H "Authorization: token ${GITHUB_TOKEN}" -H "Content-Type: ${CTYPE}" --data-binary @$FILE "https://uploads.github.com/repos/v2ray/v2ray-core/releases/${RELEASE_ID}/assets?name=$(basename $FILE)"
}
ART_ROOT=$GOPATH/src/v2ray/bazel-bin/release
ART_ROOT=$GOPATH/src/v2ray.com/core/bazel-bin/release
upload ${ART_ROOT}/v2ray-macos.zip
upload ${ART_ROOT}/v2ray-windows-64.zip
upload ${ART_ROOT}/v2ray-windows-32.zip