Skip to content

Commit

Permalink
Compress binary size with UPX
Browse files Browse the repository at this point in the history
  • Loading branch information
Asko Nomm committed Mar 28, 2022
1 parent e1baef8 commit 50c4bc4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ jobs:
- name: Build a native image
run: lein native

- name: Compress binary
uses: svenstaro/upx-action@v2
with:
file: bruno

- name: "Publish"
uses: actions/upload-artifact@v2-preview
Expand Down

0 comments on commit 50c4bc4

Please sign in to comment.