File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,19 +32,19 @@ jobs:
3232
3333 - name : Build for macOS (AMD64)
3434 run : |
35- GOOS=darwin GOARCH=amd64 go build -o mcp-darwin-amd64 -ldflags="-X 'main.Version=${{ env.VERSION }}'" ./...
35+ GOOS=darwin GOARCH=amd64 go build -o mcp-darwin-amd64 -ldflags="-X 'main.Version=${{ env.VERSION }}'" .
3636 chmod +x mcp-darwin-amd64
3737 zip -j mcp-darwin-amd64.zip mcp-darwin-amd64
3838
3939 - name : Build for macOS (ARM64)
4040 run : |
41- GOOS=darwin GOARCH=arm64 go build -o mcp-darwin-arm64 -ldflags="-X 'main.Version=${{ env.VERSION }}'" ./...
41+ GOOS=darwin GOARCH=arm64 go build -o mcp-darwin-arm64 -ldflags="-X 'main.Version=${{ env.VERSION }}'" .
4242 chmod +x mcp-darwin-arm64
4343 zip -j mcp-darwin-arm64.zip mcp-darwin-arm64
4444
4545 - name : Build for Linux (AMD64)
4646 run : |
47- GOOS=linux GOARCH=amd64 go build -o mcp-linux-amd64 -ldflags="-X 'main.Version=${{ env.VERSION }}'" ./...
47+ GOOS=linux GOARCH=amd64 go build -o mcp-linux-amd64 -ldflags="-X 'main.Version=${{ env.VERSION }}'" .
4848 chmod +x mcp-linux-amd64
4949 zip -j mcp-linux-amd64.zip mcp-linux-amd64
5050
You can’t perform that action at this time.
0 commit comments