Skip to content

Commit

Permalink
update cloud releasers to use correct entrypoint path
Browse files Browse the repository at this point in the history
  • Loading branch information
HomelessDinosaur committed Feb 20, 2024
1 parent fe0c4aa commit fc5a100
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cloud/aws/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ builds:
- CGO_ENABLED=0
id: aws
binary: aws
main: ./deploy/cmd
main: ./cmd/deploy
goos:
- linux
- windows
Expand Down
2 changes: 1 addition & 1 deletion cloud/azure/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ builds:
- CGO_ENABLED=0
id: azure
binary: azure
main: ./deploy/cmd
main: ./cmd/deploy
goos:
- linux
- windows
Expand Down
2 changes: 1 addition & 1 deletion cloud/gcp/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ builds:
- CGO_ENABLED=0
id: gcp
binary: gcp
main: ./deploy/cmd
main: ./cmd/deploy
goos:
- linux
- windows
Expand Down

0 comments on commit fc5a100

Please sign in to comment.