From f95c54b583c1dfd67edd147d7d88e5aa9c54062d Mon Sep 17 00:00:00 2001 From: Enjoy <26184088+mcoo@users.noreply.github.com> Date: Fri, 18 Jun 2021 16:41:34 +0800 Subject: [PATCH] Update .goreleaser.yml --- .goreleaser.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index fd8e2fe..b2c8a66 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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 }}'