|
|
@@ -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 }}"
|