mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-10 06:16:53 -05:00
fix deb typo
This commit is contained in:
parent
8c8a488df2
commit
f96fe0b35d
2
.github/workflows/deb.yml
vendored
2
.github/workflows/deb.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
|||||||
if: github.event_name == 'release'
|
if: github.event_name == 'release'
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/v2fly/debian.git archive
|
git clone https://github.com/v2fly/debian.git archive
|
||||||
echo ${{ secrets.DEBIAN_GPG_PRIVE }} | base64 -d > private.key
|
echo ${{ secrets.DEBIAN_GPG_PRIVATE }} | base64 -d > private.key
|
||||||
gpg --import private.key
|
gpg --import private.key
|
||||||
cd archive
|
cd archive
|
||||||
git config --local user.name "${{ github.actor }}"
|
git config --local user.name "${{ github.actor }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user