Skip to content

Commit

Permalink
fix: .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nekrassov01 committed Mar 26, 2024
1 parent 5f9a2e4 commit 5fd047d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ before:
hooks:
- go mod tidy
builds:
- main: ./
binary: ./cmd/describer/main.go
- main: ./cmd/describer/main.go
binary: aws-describer
ldflags:
- -s -w
- -X github.com/nekrassov01/internal/app/describer/main.Version={{.Version}}
Expand Down

0 comments on commit 5fd047d

Please sign in to comment.