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:
parent
f3c56b4a95
commit
a3a9e46069
2
.github/workflows/deb.yml
vendored
2
.github/workflows/deb.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user