We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fda6b5 commit 776b623Copy full SHA for 776b623
.goreleaser.yaml
@@ -16,8 +16,7 @@ builds:
16
# Create a ZIP archive per target and include examples and rules alongside the binary.
17
archives:
18
- id: tcm-zip
19
- builds: [tcm]
20
- format: zip
+ formats: [zip]
21
# Example: TelemetryCollectionManager_1.2.3_darwin_amd64.zip
22
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
23
wrap_in_directory: true
@@ -26,7 +25,6 @@ archives:
26
25
- LICENSE
27
- Examples/**
28
- rules/**
29
- - model/mde-model.json
30
- rules/rule-schema.json
31
32
changelog:
0 commit comments