Skip to content

Commit f658710

Browse files
committed
restore package name archived template
1 parent 1e2845f commit f658710

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.goreleaser.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ builds:
2424
archives:
2525
- format: tar.gz
2626
name_template: >-
27-
{{ .ProjectName }}-bin_
28-
{{- .Version }}_
27+
{{ .ProjectName }}_
28+
{{- title .Os }}_
2929
{{- if eq .Arch "amd64" }}x86_64
3030
{{- else if eq .Arch "386" }}i386
3131
{{- else }}{{ .Arch }}{{ end }}
@@ -84,6 +84,8 @@ aurs:
8484
email: icyleaf.cn@gmail.com
8585
commit_msg_template: "upgpkg: {{ .ProjectName }}-bin {{ .Tag }}"
8686

87+
url_template: "https://github.com/icyleaf/hypr-input-switcher/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
88+
8789
depends:
8890
- fcitx5
8991
- hyprland

0 commit comments

Comments
 (0)