Update release.yml
Some checks failed
Release / build (push) Failing after 39s
Release / release (push) Has been skipped

This commit is contained in:
乔焰阳
2025-10-30 15:09:49 +08:00
committed by GitHub
parent cef11c1960
commit b957d3c92c

View File

@@ -23,8 +23,11 @@ jobs:
- name: Install gf CLI
run: |
go install github.com/gogf/gf/cmd/gf@latest
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
curl -L -o gf https://github.com/gogf/gf/releases/latest/download/gf_linux_amd64
chmod +x gf
mkdir -p "$HOME/bin"
mv gf "$HOME/bin/gf"
echo "$HOME/bin" >> $GITHUB_PATH
- name: Verify gf
run: gf -v