From f96fe0b35da646126d3b6d666e1fed5226e9fe25 Mon Sep 17 00:00:00 2001 From: Kslr Date: Fri, 20 Nov 2020 23:41:48 +0800 Subject: [PATCH] fix deb typo --- .github/workflows/deb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deb.yml b/.github/workflows/deb.yml index be1fca8e9..121ef63b6 100644 --- a/.github/workflows/deb.yml +++ b/.github/workflows/deb.yml @@ -48,7 +48,7 @@ jobs: if: github.event_name == 'release' run: | 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 cd archive git config --local user.name "${{ github.actor }}"