Skip to content

Commit 1944d65

Browse files
committed
feat: add support for winget
1 parent 157a515 commit 1944d65

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.goreleaser.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ builds:
3030
- -X main.GitCommit={{ .ShortCommit }}
3131

3232
archives:
33-
- format: binary
33+
- formats:
34+
- binary
3435

3536
checksum:
3637
name_template: 'SHA256SUMS'
@@ -73,3 +74,12 @@ release:
7374
prerelease: auto
7475
draft: true
7576
name_template: "{{ .Tag }}"
77+
78+
winget:
79+
- name: Cli
80+
publisher: Scaleway
81+
short_description: Command Line Interface for Scaleway
82+
license: apache-2.0
83+
repository:
84+
owner: microsoft
85+
name: winget-pkgs

0 commit comments

Comments
 (0)