Skip to content

Commit 0b400e9

Browse files
committed
fixing devnet deploy
1 parent 3c03b78 commit 0b400e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/devnet-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
sudo wget https://github.com/CosmWasm/wasmvm/releases/download/${COSMWASM_VERSION}/libwasmvm_muslc.x86_64.a -O /usr/lib/libwasmvm.x86_64.a
5252
53-
sudo GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -mod=readonly -trimpath -o elysd -ldflags "-X github.com/cosmos/cosmos-sdk/version.Name=${NAME} \
53+
sudo GOOS=linux GOARCH=amd64 go build -mod=readonly -trimpath -o elysd -ldflags "-X github.com/cosmos/cosmos-sdk/version.Name=${NAME} \
5454
-X github.com/cosmos/cosmos-sdk/version.AppName=${NAME} \
5555
-X github.com/cosmos/cosmos-sdk/version.ServerName=${BINARY} \
5656
-X github.com/cosmos/cosmos-sdk/version.ClientName=${BINARY} \

0 commit comments

Comments
 (0)