Skip to content

Commit 96bfb28

Browse files
authored
fix: undo packaging of credential helpers (#280)
Signed-off-by: Grant Linville <[email protected]>
1 parent ff39d44 commit 96bfb28

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.goreleaser.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ before:
66
hooks:
77
# Generate UI assets to embedded in binaries
88
- make build-ui
9-
- ./scripts/download-cred-helpers.sh
109

1110
builds:
1211
- id: default
@@ -34,11 +33,6 @@ archives:
3433
builds:
3534
- default
3635
- mac
37-
files:
38-
- LICENSE*
39-
- README*
40-
- src: '{{ if eq .Os "darwin" }}binaries/darwin/*{{ else }}binaries/{{ .Os }}/{{ .Arch }}/*{{ end }}'
41-
strip_parent: true
4236
name_template: 'gptscript-v{{ .Version }}-{{ if eq .Os "darwin" }}macOS-universal{{ else }}{{ .Os }}-{{ .Arch }}{{ .Arm }}{{ end }}'
4337
format_overrides:
4438
- goos: windows

0 commit comments

Comments
 (0)