Commit 55ffb00 1 parent 4fdaa32 commit 55ffb00 Copy full SHA for 55ffb00
File tree 3 files changed +9
-8
lines changed
3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 20
20
-
uses :
goreleaser/[email protected]
21
21
id : run-goreleaser
22
22
with :
23
- version : v1.18.2
23
+ version : " ~> v1.19 "
24
24
args : release --rm-dist
25
25
env :
26
26
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 3
3
bazel *
4
4
.idea
5
5
* .iml
6
+ dist /
6
7
7
8
cmd /crane /crane
8
9
cmd /gcrane /gcrane
Original file line number Diff line number Diff line change @@ -91,13 +91,13 @@ builds:
91
91
source :
92
92
enabled : true
93
93
archives :
94
- - replacements :
95
- darwin : Darwin
96
- linux : Linux
97
- windows : Windows
98
- 386 : i386
99
- amd64 : x86_64
100
- name_template : " {{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }} "
94
+ - name_template : >-
95
+ {{ .ProjectName }}_
96
+ {{- title .Os }}_
97
+ {{- if eq .Arch "amd64" }}x86_64
98
+ {{- else if eq .Arch " 386" }} i386
99
+ {{- else }}{{ .Arch }}{{ end }}
100
+ {{- if .Arm }}v{{ .Arm }}{{ end -}}
101
101
checksum :
102
102
name_template : ' checksums.txt'
103
103
snapshot :
You can’t perform that action at this time.
0 commit comments