File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 pkg/*/gen.go
3333 pkg/*/service.go
3434 pkg/*/setup/openapi.yml
35- cmd/server /services_gen.go
35+ cmd/mockzilla /services_gen.go
3636
3737 build :
3838 needs : generate
7272 ext=""
7373 if [ "$GOOS" = "windows" ]; then ext=".exe"; fi
7474 VERSION="${GITHUB_SHA::7}"
75- go build -ldflags "-X main.version=${VERSION}" -o ${BINARY_NAME}-${GOOS}-${GOARCH}${ext} ./cmd/server /
75+ go build -ldflags "-X main.version=${VERSION}" -o ${BINARY_NAME}-${GOOS}-${GOARCH}${ext} ./cmd/mockzilla /
7676
7777 - uses : actions/upload-artifact@v4
7878 with :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ clean-cache:
1414build : clean generate discover
1515 @echo " Go version: $( GO_VERSION) "
1616 @go mod download
17- @go build $(GO_BUILD_FLAGS ) -o ${build_dir} /server/server ./cmd/server /
17+ @go build $(GO_BUILD_FLAGS ) -o ${build_dir} /mockzilla/mockzilla ./cmd/mockzilla /
1818
1919.PHONY : mod
2020mod :
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments