Skip to content

Commit 8deaf1f

Browse files
rahul-deepsourcedolftax
authored andcommitted
Latest goreleaser only takes in a list of archives
1 parent 87c4a45 commit 8deaf1f

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

goreleaser.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ builds:
1616
- amd64
1717
ldflags:
1818
- "-X main.SentryDSN={{ .Env.DEEPSOURCE_CLI_SENTRY_DSN }}"
19-
archive:
20-
replacements:
21-
386: i386
22-
amd64: x86_64
19+
archives:
20+
-
21+
replacements:
22+
386: i386
23+
amd64: x86_64
2324
checksum:
2425
name_template: 'checksums.txt'
2526
snapshot:

0 commit comments

Comments
 (0)