ci: fix swag command path

This commit is contained in:
Derrick Hammer 2023-06-28 01:49:19 -04:00
parent 976394b29d
commit b122626e97
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ jobs:
- name: Setup Swagger
run: |
go install github.com/swaggo/swag/cmd/swag@latest;
swag init -g main.go;
swag fmt;
$HOME/go/bin/swag init -g main.go;
$HOME/go/bin/swag fmt;
- name: Build
run: go build .