Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
cdalar committed Nov 25, 2023
1 parent 6f90743 commit 97e8972
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,7 +5,7 @@ before:
- go mod tidy

builds:
- binary: pp
- binary: parampiper
id: pp-linux
env:
- CGO_ENABLED=0
Expand All @@ -17,7 +17,7 @@ builds:
ldflags:
- -w -s -X 'github.com/cdalar/parampiper/cmd.Version=v{{.Version}}-{{.ShortCommit}}'

- binary: pp
- binary: parampiper
id: pp
env:
- CGO_ENABLED=0
Expand Down

0 comments on commit 97e8972

Please sign in to comment.