Skip to content

Commit

Permalink
Merge pull request #215 from White-Whale-Defi-Platform/upload-the-assets
Browse files Browse the repository at this point in the history
Upload the assets
  • Loading branch information
faddat authored Jul 11, 2023
2 parents 68a414d + 53abc1b commit 3fa1cb2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,10 @@ jobs:
with:
name: sha512
path: migalood_sha512.txt
- name: Upload release binaries
uses: alexellis/[email protected]
env:
GITHUB_TOKEN: ${{ github.token }}
with:
asset_paths: '["./bin/migalood, migalood_sha512.txt"]'

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,4 @@ replace (
)

// subject to a bug in the group module and gov module migration
retract [v2.0.0, v2.1.0]
retract [v2.0.0, v2.2.2]

0 comments on commit 3fa1cb2

Please sign in to comment.