mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-06-13 22:49:09 -04:00
update release script
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user