File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ vendor/
2020.vsscode /*
2121.vscode /
2222
23+ # goreleaser dist folder
24+ dist /
25+
2326# IntelliJ
2427.idea
2528* .iml
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ scoops:
5656 license : " MIT"
5757
5858nfpms :
59- - builds :
59+ - ids :
6060 - sttr
6161 vendor : abhimanyu003
6262 homepage : " https://github.com/abhimanyu003/sttr/"
@@ -203,7 +203,7 @@ docker_signs:
203203 - --yes
204204
205205archives :
206- - format : tar.gz
206+ - formats : [" tar.gz"]
207207 # this name template makes the OS and Arch compatible with the results of `uname`.
208208 name_template : >-
209209 {{ .ProjectName }}_
@@ -215,7 +215,7 @@ archives:
215215 # use zip for windows archives
216216 format_overrides :
217217 - goos : windows
218- format : zip
218+ formats : [" zip"]
219219
220220winget :
221221 - name : sttr
You can’t perform that action at this time.
0 commit comments