Skip to content

Commit f86b575

Browse files
committed
fix: broken goreleaser templating
Signed-off-by: Nick Hale <[email protected]>
1 parent dd81b27 commit f86b575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ archives:
3131
builds:
3232
- default
3333
- mac
34-
name_template: '{{.Project}}-v{{ .Version }}-{{ if eq .Os "darwin" }}macOS-universal{{ else }}{{ .Os }}-{{ .Arch }}{{ .Arm }}{{ end }}'
34+
name_template: 'gptscript-v{{ .Version }}-{{ if eq .Os "darwin" }}macOS-universal{{ else }}{{ .Os }}-{{ .Arch }}{{ .Arm }}{{ end }}'
3535
format_overrides:
3636
- goos: windows
3737
format: zip

0 commit comments

Comments
 (0)