Skip to content

Commit

Permalink
update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
DarienRaymond committed Aug 27, 2017
1 parent a6403ea commit 97b03ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release/release-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 97b03ac

Please sign in to comment.