Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Add UPX to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Spurrier committed Dec 16, 2022
1 parent 40ffcce commit c6792f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ builds:
- linux
- windows
- darwin
hooks:
post: bash ./upx.sh
archives:
- replacements:
darwin: Darwin
Expand All @@ -27,8 +29,7 @@ changelog:
exclude:
- '^docs:'
- '^test:'
hooks:
post: bash ./upx.sh


# modelines, feel free to remove those if you don't want/use them:
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
Expand Down

0 comments on commit c6792f5

Please sign in to comment.