Skip to content

Commit

Permalink
Update main path for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
jirwin committed Feb 28, 2023
1 parent 1b99d52 commit 99bddda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ builds:
env:
- CGO_ENABLED=0
id: linux
main: ./cmd
main: ./cmd/baton-slack
goos:
- linux
goarch:
Expand Down Expand Up @@ -51,4 +51,4 @@ checksum:
release:
disable: true
changelog:
skip: true
skip: true
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ builds:
env:
- CGO_ENABLED=0
id: linux
main: ./cmd
main: ./cmd/baton-slack
goos:
- linux
goarch:
Expand All @@ -14,7 +14,7 @@ builds:
env:
- CGO_ENABLED=0
id: macos-amd64
main: ./cmd
main: ./cmd/baton-slack
goos:
- darwin
goarch:
Expand All @@ -27,7 +27,7 @@ builds:
env:
- CGO_ENABLED=0
id: macos-arm64
main: ./cmd
main: ./cmd/baton-slack
goos:
- darwin
goarch:
Expand Down Expand Up @@ -80,4 +80,4 @@ changelog:
- '^docs:'
- typo
- lint
- Merge pull request
- Merge pull request

0 comments on commit 99bddda

Please sign in to comment.