Skip to content

Commit

Permalink
fix: gorelease error
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi.Wu <[email protected]>
  • Loading branch information
appleboy committed Aug 27, 2022
1 parent 30f3a21 commit ce424fd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ builds:
# Defaults to the binary name.
id: "chi-server"

# Binary name.
# Can be a path (e.g. `bin/app`) to wrap the binary in a directory.
# Default is the name of the project directory.
binary: chi-server

# Path to main.go file or main package.
# Notice: when used with `gomod.proxy`, this must be a package.
#
Expand Down Expand Up @@ -37,6 +42,11 @@ builds:
# Defaults to the binary name.
id: "gin-server"

# Binary name.
# Can be a path (e.g. `bin/app`) to wrap the binary in a directory.
# Default is the name of the project directory.
binary: gin-server

# Path to main.go file or main package.
# Notice: when used with `gomod.proxy`, this must be a package.
#
Expand Down Expand Up @@ -68,6 +78,11 @@ builds:
# Defaults to the binary name.
id: "proto-client"

# Binary name.
# Can be a path (e.g. `bin/app`) to wrap the binary in a directory.
# Default is the name of the project directory.
binary: proto-client

# Path to main.go file or main package.
# Notice: when used with `gomod.proxy`, this must be a package.
#
Expand Down

0 comments on commit ce424fd

Please sign in to comment.