Skip to content

Commit

Permalink
fix: add routing.proto to release asset job (#986)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdietz authored Feb 1, 2022
1 parent a3ca419 commit a80dced
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/cmd/release/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func main() {
util.Execute("cp", filepath.Join(apiPath, "field_behavior.proto"), tmpAPIPath)
util.Execute("cp", filepath.Join(apiPath, "http.proto"), tmpAPIPath)
util.Execute("cp", filepath.Join(apiPath, "resource.proto"), tmpAPIPath)
util.Execute("cp", filepath.Join(apiPath, "routing.proto"), tmpAPIPath)

longrunningPath := filepath.Join("schema", "api-common-protos", "google", "longrunning")
tmpLongrunningPath := filepath.Join(tmpProtoPath, "google", "longrunning")
Expand Down

0 comments on commit a80dced

Please sign in to comment.