Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jovezen committed Apr 15, 2021
1 parent 1e023c0 commit 74f88d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -35,10 +35,10 @@ jobs:
go mod download
cd cmd/zenchaind
go build .
go build -X github.com/cosmos/cosmos-sdk/version.Name=zenchain \
go build -ldflags '-X github.com/cosmos/cosmos-sdk/version.Name=zenchain \
-X github.com/cosmos/cosmos-sdk/version.AppName=zenchaind \
-X github.com/cosmos/cosmos-sdk/version.Version=$(echo $GITHUB_REF | cut -d / -f 3)\
-X github.com/cosmos/cosmos-sdk/version.Commit=$GITHUB_SHA \
-X github.com/cosmos/cosmos-sdk/version.Commit=$GITHUB_SHA' \
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
Expand Down
24 changes: 0 additions & 24 deletions .github/workflows/pages.yml

This file was deleted.

0 comments on commit 74f88d2

Please sign in to comment.