Skip to content

Commit e38bd3b

Browse files
committed
Fix go releaser
1 parent 78a5ba8 commit e38bd3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.goreleaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ before:
55

66
builds:
77
# Exporter build
8-
- main: main.go
8+
- main: cmd/gitlab-ci-exporter/main.go
99
binary: gitlab-ci-exporter
1010
id: gitlab-ci-exporter
1111

@@ -31,8 +31,8 @@ builds:
3131

3232
archives:
3333
- formats: [ zip ]
34-
id: generator
35-
builds: [ generator ]
34+
id: gitlab-ci-exporter
35+
builds: [ gitlab-ci-exporter ]
3636
name_template: >-
3737
{{- .ProjectName }}_
3838
{{- title .Os }}_

0 commit comments

Comments
 (0)