Skip to content

Commit 776b623

Browse files
committed
updated goreleaser
1 parent 9fda6b5 commit 776b623

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ builds:
1616
# Create a ZIP archive per target and include examples and rules alongside the binary.
1717
archives:
1818
- id: tcm-zip
19-
builds: [tcm]
20-
format: zip
19+
formats: [zip]
2120
# Example: TelemetryCollectionManager_1.2.3_darwin_amd64.zip
2221
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
2322
wrap_in_directory: true
@@ -26,7 +25,6 @@ archives:
2625
- LICENSE
2726
- Examples/**
2827
- rules/**
29-
- model/mde-model.json
3028
- rules/rule-schema.json
3129

3230
changelog:

0 commit comments

Comments
 (0)