Skip to content

Commit

Permalink
fix: Correct goreleaser main ref (#11)
Browse files Browse the repository at this point in the history
* move cmd to subfolder

* fix goreleaser main ref
  • Loading branch information
nieomylnieja authored Dec 6, 2023
1 parent 208458d commit 6fd0e3e
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 @@ -6,7 +6,7 @@ release:
name: go-libyear

builds:
- main: ./cmd/
- main: ./cmd/go-libyear
binary: go-libyear
goos:
- darwin
Expand Down

0 comments on commit 6fd0e3e

Please sign in to comment.