1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-01-02 07:26:24 -05:00

CI: fix base64 command to decode private key (#2002)

This commit is contained in:
Loyalsoldier 2022-09-20 23:26:59 +08:00 committed by GitHub
parent f3c56b4a95
commit a3a9e46069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ jobs:
PRIVATE_KEY: ${{ secrets.DEBIAN_GPG_PRIVATE }}
run: |
git clone https://github.com/v2fly/debian.git archive
echo -n $PRIVATE_KEY | base64 -d > private.key
echo -n $PRIVATE_KEY | base64 -d -i > private.key
gpg --import --batch private.key
gpg -K
cd archive