Skip to content

Commit

Permalink
Fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga authored Jun 7, 2024
1 parent 0aca4be commit cce5f4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
builds:
- main: ./cmd/protoc-gen-connect-swift
id: es
id: connect-swift
binary: protoc-gen-connect-swift
env:
- CGO_ENABLED=0
Expand All @@ -12,7 +12,7 @@ builds:
- windows_amd64
- windows_arm64
- main: ./cmd/protoc-gen-connect-swift-mocks
id: es
id: connect-swift-mocks
binary: protoc-gen-connect-swift-mocks
env:
- CGO_ENABLED=0
Expand Down

0 comments on commit cce5f4d

Please sign in to comment.