Skip to content

Commit 70a60d9

Browse files
authored
ci: fix goreleaser (#10)
1 parent b6ca595 commit 70a60d9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: releaser
1+
name: release
22

33
on:
44
push:

.goreleaser.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ builds:
2626
- -s -w -X main.version=v{{.Version}} -X main.commitID={{.ShortCommit}} -X main.buildDate={{.Date}}
2727

2828
archives:
29-
- id: "updater-archive"
30-
builds: [ "updater" ]
29+
- id: "kcheck-archive"
30+
builds: [ "kcheck" ]
3131
name_template: >-
3232
{{ .Binary }}_
3333
{{- title .Os }}_
@@ -39,8 +39,8 @@ archives:
3939
format_overrides:
4040
- goos: windows
4141
format: zip
42-
- id: "updater-tool-archive"
43-
builds: [ "updater-tool" ]
42+
- id: "makecheck-archive"
43+
builds: [ "makecheck" ]
4444
name_template: >-
4545
{{ .Binary }}_
4646
{{- title .Os }}_

0 commit comments

Comments
 (0)