Skip to content

Commit 8badd26

Browse files
committed
fix: replace builds with ids in config
Signed-off-by: Gaius <gaius.qi@gmail.com>
1 parent 8eed7f6 commit 8badd26

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.goreleaser.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,7 @@ nfpms:
139139
license: "Apache 2.0"
140140
homepage: https://d7y.io
141141
bindir: /usr/bin
142-
builds:
143-
- dfget
142+
ids: [dfget]
144143
formats:
145144
- rpm
146145
- deb
@@ -185,8 +184,7 @@ nfpms:
185184
license: "Apache 2.0"
186185
homepage: https://d7y.io
187186
bindir: /usr/bin
188-
builds:
189-
- dfcache
187+
ids: [dfcache]
190188
formats:
191189
- rpm
192190
- deb
@@ -229,8 +227,7 @@ nfpms:
229227
license: "Apache 2.0"
230228
homepage: https://d7y.io
231229
bindir: /usr/bin
232-
builds:
233-
- dfstore
230+
ids: [dfstore]
234231
formats:
235232
- rpm
236233
- deb

0 commit comments

Comments
 (0)