Skip to content

Commit

Permalink
ci: update url
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakBomjan committed Aug 3, 2023
1 parent f7d3413 commit 82de866
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
project_name: Cosmos Relayer

project_name: ibc-relay
builds:
- id: darwin-amd64
main: ./main.go
Expand All @@ -14,7 +13,7 @@ builds:
flags:
- -mod=readonly
ldflags:
- -s -w -X github.com/cosmos/relayer/v2/cmd.Version={{ .Tag }}
- -s -w -X github.com/icon-project/ibc-relay/v2/cmd.Version={{ .Tag }}
- id: darwin-arm64
main: ./main.go
binary: rly
Expand All @@ -28,7 +27,7 @@ builds:
flags:
- -mod=readonly
ldflags:
- -s -w -X github.com/cosmos/relayer/v2/cmd.Version={{ .Tag }}
- -s -w -X github.com/icon-project/ibc-relay/v2/cmd.Version={{ .Tag }}
- id: linux-amd64
main: ./main.go
binary: rly
Expand All @@ -42,7 +41,7 @@ builds:
flags:
- -mod=readonly
ldflags:
- -s -w -X github.com/cosmos/relayer/v2/cmd.Version={{ .Tag }}
- -s -w -X github.com/icon-project/ibc-relay/v2/cmd.Version={{ .Tag }}
- id: linux-arm64
main: ./main.go
binary: rly
Expand Down

0 comments on commit 82de866

Please sign in to comment.