Skip to content

Commit 5d89a6c

Browse files
chore: address deprecation notice
1 parent f78a15e commit 5d89a6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ archives:
9898
- id: linux
9999
formats: tar.gz
100100
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
101-
builds:
101+
ids:
102102
- newrelic-agent-control-linux
103103
- newrelic-agent-control-cli-linux
104104
- id: windows
105105
formats: zip
106106
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
107-
builds:
107+
ids:
108108
- newrelic-agent-control-windows
109109
- newrelic-agent-control-cli-windows
110110
files:

0 commit comments

Comments
 (0)