list go bin

This commit is contained in:
naiba 2024-10-24 22:19:51 +08:00
parent 79682034e2
commit d16c1ed3c2

View File

@ -46,7 +46,9 @@ jobs:
- name: bootstrap
run: |
ls `go env GOPATH`/bin/
go install github.com/swaggo/swag/cmd/swag@latest
ls `go env GOPATH`/bin/
`go env GOPATH`/bin/swag init --pd -d . -g ./cmd/dashboard/main.go -o ./cmd/dashboard/docs --parseGoList=false
- name: Build with tag