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 b6ca595 commit 70a60d9Copy full SHA for 70a60d9
.github/workflows/release.yml
@@ -1,4 +1,4 @@
1
-name: releaser
+name: release
2
3
on:
4
push:
.goreleaser.yaml
@@ -26,8 +26,8 @@ builds:
26
- -s -w -X main.version=v{{.Version}} -X main.commitID={{.ShortCommit}} -X main.buildDate={{.Date}}
27
28
archives:
29
- - id: "updater-archive"
30
- builds: [ "updater" ]
+ - id: "kcheck-archive"
+ builds: [ "kcheck" ]
31
name_template: >-
32
{{ .Binary }}_
33
{{- title .Os }}_
@@ -39,8 +39,8 @@ archives:
39
format_overrides:
40
- goos: windows
41
format: zip
42
- - id: "updater-tool-archive"
43
- builds: [ "updater-tool" ]
+ - id: "makecheck-archive"
+ builds: [ "makecheck" ]
44
45
46
0 commit comments