Skip to content

Commit

Permalink
fix releaser bug
Browse files Browse the repository at this point in the history
Signed-off-by: Ritesh H Shukla <[email protected]>
  • Loading branch information
Ritesh H Shukla committed Apr 30, 2020
1 parent 92a5935 commit fa7af02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/releaser/post-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# goreleaser post hook does not run in the build context
# to resolve templated attributes.
# See github.com/goreleaser/goreleaser/issues/1261
find dist -type f -name "$1" -0|xargs upx
find dist -type f -name "$1" -exec xargs upx {} ';'

0 comments on commit fa7af02

Please sign in to comment.