Skip to content

Commit

Permalink
fix path name
Browse files Browse the repository at this point in the history
  • Loading branch information
anibaldeboni committed Jul 26, 2024
1 parent 8f99f33 commit b7f5f59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
File renamed without changes.
7 changes: 3 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ builds:
- amd64
main: ./main.go
ldflags:
- -X github.com/anibaldeboni/rx/cmd.Version=v{{.Version}}
- -X github.com/anibaldeboni/gen/cmd.Version=v{{.Version}}

- id: darwin
goos:
Expand All @@ -22,17 +22,16 @@ builds:
- arm64
main: ./main.go
ldflags:
- -X github.com/anibaldeboni/rx/cmd.Version=v{{.Version}}
- -X github.com/anibaldeboni/gen/cmd.Version=v{{.Version}}

- id: windows
binary: rx
goos:
- windows
goarch:
- amd64
main: ./main.go
ldflags:
- -X github.com/anibaldeboni/rx/cmd.Version=v{{.Version}}
- -X github.com/anibaldeboni/gen/cmd.Version=v{{.Version}}

archives:
- id: darwin
Expand Down

0 comments on commit b7f5f59

Please sign in to comment.