Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
contents: write

jobs:
goreleaser:
binary:
runs-on: ubuntu-latest
steps:
- name: checkout
Expand Down
4 changes: 2 additions & 2 deletions .goreleaser
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
version: 2

project_name: signoz
project_name: signoz-mcp-server

before:
hooks:
Expand All @@ -11,7 +11,7 @@ before:
builds:
- id: signoz
binary: bin/signoz-mcp-server
main: ./cmd/server
main: ./cmd/server/
goos:
- linux
- darwin
Expand Down
Loading