feat: auto replace
This commit is contained in:
@@ -12,7 +12,7 @@ tidy:
|
||||
|
||||
.PHONY: release
|
||||
release:
|
||||
@CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags=${flags} -o bin/release/{{.ProjectName}} .
|
||||
@CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags=${flags} -o bin/release/app .
|
||||
@cp config.toml bin/release/
|
||||
|
||||
.PHONY: test
|
||||
|
||||
Reference in New Issue
Block a user