We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e06a45 commit dda2f26Copy full SHA for dda2f26
.goreleaser.yml
@@ -17,17 +17,18 @@ builds:
17
-X main.commit={{.Commit}}
18
-X main.date={{.CommitDate}}
19
release:
20
+ draft: true
21
github:
22
owner: NETWAYS
23
name: check_sentinelone
- draft: true
24
archives:
25
- format: binary
26
- replacements:
27
- darwin: Darwin
28
- linux: Linux
29
- windows: Windows
30
- amd64: x86_64
+ name_template: >-
+ {{ .ProjectName }}_{{ .Tag }}_
+ {{- if eq .Os "linux" }}Linux{{ end }}
+ {{- if eq .Os "windows" }}Windows{{ end }}
+ {{- if eq .Os "darwin" }}Darwin{{ end }}
31
+ {{- if eq .Arch "amd64" }}_x86_64{{ end }}
32
checksum:
33
name_template: 'checksums.txt'
34
snapshot:
0 commit comments