Skip to content

Commit

Permalink
Fix upx call
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbbastien committed Sep 22, 2020
1 parent 34b618a commit 5a4cc81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ builds:
- linux

goarch:
- 386
- amd64

hooks:
post: /bin/bash upx.sh
post:
- upx --best "{{ .Path }}"

env_files:
github_token: ~/.config/goreleaser/github_token_custom
Expand Down
9 changes: 0 additions & 9 deletions upx.sh

This file was deleted.

0 comments on commit 5a4cc81

Please sign in to comment.