Skip to content

Commit

Permalink
fix: winget manifest had a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHope committed Dec 16, 2023
1 parent a602ee2 commit 6b15578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ winget:
package_identifier: Armaria.Armaria
ids:
- armaria-windows-archive
url_template: "https://githu1b.com/JonathanHope/armaria/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
url_template: "https://github.com/JonathanHope/armaria/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
path: manifests/a/Armaria/Armaria/{{ .Tag }}
commit_msg_template: "{{ .PackageIdentifier }}: {{ .Tag }}"
homepage: https://github.com/JonathanHope/armaria
Expand Down

0 comments on commit 6b15578

Please sign in to comment.