Skip to content

Commit

Permalink
fix: winget manifest had a typo (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHope authored Dec 16, 2023
1 parent a602ee2 commit dc3f25e
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 dc3f25e

Please sign in to comment.