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

Commit

Permalink
Update .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoo authored Jun 18, 2021
1 parent 955e4de commit f95c54b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ builds:
- goos: android
goarch: 386
hooks:
post:
- cmd: ./upx.sh "{{ .Os }}" "{{ .Path }}"
post: ./upx.sh {{ .Os }} {{ .Path }}
archives:
-
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
Expand Down

0 comments on commit f95c54b

Please sign in to comment.