Skip to content

Commit 7ec2adc

Browse files
committed
🔨 Fix goreleaser two archives with same id
1 parent a616e76 commit 7ec2adc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,12 @@ builds:
3333
archives:
3434
- format: binary
3535
name_template: "hsk00-{{ .Os }}-{{ .Arch }}-cli"
36+
id: cli
3637
builds:
3738
- cli
3839
- format: binary
3940
name_template: "hsk00-{{ .Os }}-{{ .Arch }}-gui"
41+
id: gui
4042
builds:
4143
- gui
4244

0 commit comments

Comments
 (0)