1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-07-26 11:44:22 -04:00

update release script

This commit is contained in:
Darien Raymond 2017-08-28 01:17:05 +02:00
parent a6403ea823
commit 97b03ac87f

View File

@ -20,7 +20,7 @@ VUSER=$(getattr "b_user" "project")
mkdir -p /v2ray/build
gsutil cp ${SIGN_KEY_PATH} /v2ray/build/sign_key.asc
gpg --import /v2ray/build/sign_key.asc
echo ${SIGN_KEY_PASS} | gpg --passphrase-fd 0 --batch --import /v2ray/build/sign_key.asc
curl -L -o /v2ray/build/releases https://api.github.com/repos/v2ray/v2ray-core/releases