We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312900c commit a0df050Copy full SHA for a0df050
.github/workflows/release.yml
@@ -54,4 +54,4 @@ jobs:
54
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
with:
56
version: latest
57
- args: release --clean
+ args: release --clean
.goreleaser.yml
@@ -20,12 +20,14 @@ builds:
20
- arm64
21
22
archives:
23
- - replacements:
24
- darwin: Darwin
25
- linux: Linux
26
- windows: Windows
27
- 386: i386
28
- amd64: x86_64
+ - id: arc
+ name_template: >-
+ {{- .ProjectName }}_{{.Version}}_
+ {{- title .Os }}_
+ {{- if eq .Arch "amd64" }}x86_64
+ {{- else if eq .Arch "386" }}i386
29
+ {{- else }}{{ .Arch }}{{ end }}
30
+ {{- if .Arm }}v{{ .Arm }}{{ end -}}
31
format_overrides:
32
- goos: windows
33
format: zip
0 commit comments