Skip to content

Commit

Permalink
correct path (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
nieomylnieja committed Jan 15, 2024
1 parent 25fed3d commit 6643f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ builds:
flags:
- -trimpath
ldflags:
- '-s -w -X github.com/nobl9/sloctl/internal/sloctl.BuildVersion={{ .Version }} -X github.com/nobl9/sloctl/internal/sloctl.BuildGitBranch={{ .Branch }} -X github.com/nobl9/sloctl/internal/sloctl.BuildGitRevision={{ .ShortCommit }}'
- '-s -w -X github.com/nobl9/sloctl/internal.BuildVersion={{ .Version }} -X github.com/nobl9/sloctl/internal.BuildGitBranch={{ .Branch }} -X github.com/nobl9/sloctl/internal.BuildGitRevision={{ .ShortCommit }}'
goos:
- windows
- linux
Expand Down

0 comments on commit 6643f5f

Please sign in to comment.