Fix usage of github actions

This commit is contained in:
世界 2024-04-28 13:22:14 +08:00
parent 3cd3807b27
commit 88c47c753a
No known key found for this signature in database
GPG key ID: CD109927C34A63C4

View file

@ -22,6 +22,7 @@ jobs:
mkdir -p $HOME/.gnupg
cat > $HOME/.gnupg/sagernet.key <<EOF
${{ secrets.GPG_KEY }}
echo "HOME=$HOME" >> "$GITHUB_ENV"
EOF
- name: Publish release
uses: goreleaser/goreleaser-action@v5