Skip to content

Commit

Permalink
Zip binary in release
Browse files Browse the repository at this point in the history
  • Loading branch information
ba1ciu committed Nov 9, 2022
1 parent 6e69cef commit 53b9789
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

- run: mv ./chain/build/empowerd ./chain/build/empowerd-${{ github.ref_name }}-amd64

- run: zip -q empowerd-${{ github.ref_name }}-amd64.zip empowerd-${{ github.ref_name }}-amd64 && rm empowerd-${{ github.ref_name }}-amd64
working-directory: ./chain/build
# TODO: 1. Generate release notes
# TODO: 2. Build darwin + darwin arm version (maybe windows too)

Expand Down

0 comments on commit 53b9789

Please sign in to comment.