Skip to content

Commit

Permalink
remove dir
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Kumar Sahu <vivekkumarsahu650@gmail.com>
  • Loading branch information
viveksahu26 committed Feb 10, 2024
1 parent 62c0db7 commit c428a1a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ builds:
binary: url_shortner-linux-{{ .Arch }}
main: ./cmd/url_shortner
mod_timestamp: '{{ .CommitTimestamp }}'
no_unique_dist_dir: true


- id: windows-amd64
Expand All @@ -53,8 +52,7 @@ builds:
-X "github.com/viveksahu26/url_shortner/buildversion.BuildTime={{time "2006-01-02T15:04:05Z07:00"}}"
-X "github.com/viveksahu26/url_shortner/buildversion.BuildCommit={{.FullCommit}}"
binary: url_shortner-windows-{{ .Arch }}
main: ./main.go
no_unique_dist_dir: true
main: ./cmd/url_shortner


archives:
Expand Down

0 comments on commit c428a1a

Please sign in to comment.