Skip to content

Commit

Permalink
Merge pull request #9 from FrancisPatron/issue-3-fix-bug
Browse files Browse the repository at this point in the history
fix duplicate build id's
  • Loading branch information
FrancisPatron authored Oct 7, 2023
2 parents 181da14 + a30784a commit 0fd76bd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ before:
- go generate ./...

builds:
- id: betterjson
main: ./example/main.go
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
- id: betterjson
main: ./example/main.go
env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin

archives:
- format: tar.gz
Expand Down

0 comments on commit 0fd76bd

Please sign in to comment.