File tree 1 file changed +17
-1
lines changed 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,21 @@ builds:
15
15
- amd64
16
16
flags :
17
17
- -trimpath
18
+ mod_timestamp : ' {{ .CommitTimestamp }}'
19
+ ldflags :
20
+ - -s -w -X main.version={{ .Version }} -X main.commitSHA={{.Commit}}
21
+ archives :
22
+ - name_template : >-
23
+ {{ .ProjectName }}_
24
+ {{- title .Os }}_
25
+ {{- if eq .Arch "amd64" }}x86_64
26
+ {{- else if eq .Arch "386" }}i386
27
+ {{- else }}{{ .Arch }}{{ end }}
28
+ format_overrides :
29
+ - goos : windows
30
+ format : zip
31
+ rlcp : true
32
+
18
33
release :
19
34
disable : true
20
35
@@ -29,7 +44,7 @@ chocolateys:
29
44
project_source_url : https://github.com/kha7iq/ncp
30
45
docs_url : https://ncp.lmno.pk
31
46
bug_tracker_url : https://github.com/kha7iq/ncp/issues
32
- release_notes : " https://github.com/kha7iq/ncp/releases/tag/v{{ .Version }}"
47
+ release_notes : ' https://github.com/kha7iq/ncp/releases/tag/v{{ .Version }}'
33
48
summary : Effortlessly transfer files and folders, to and from your NFS server.
34
49
description : |
35
50
# NCP (NFS Copy)
@@ -50,4 +65,5 @@ chocolateys:
50
65
ncp --help
51
66
```
52
67
api_key : ' {{ .Env.CHOCOLATEY_API_KEY }}'
68
+ tags : ' ncp network nfs3 nfs4 copy upload'
53
69
You can’t perform that action at this time.
0 commit comments