1 parent 507a507 commit 4e6b2b4Copy full SHA for 4e6b2b4
1 file changed
.goreleaser.yml
@@ -21,12 +21,8 @@ build:
21
env:
22
- CGO_ENABLED=0
23
24
-archive:
25
- name_template: "{{.Binary}}_{{.Os}}_{{.Arch}}"
26
-
27
- format_overrides:
28
- - goos: windows
29
- format: zip
+archives:
+ - name_template: "{{.Binary}}_{{.Os}}_{{.Arch}}"
30
31
release:
32
draft: true
@@ -36,16 +32,3 @@ snapshot:
36
37
33
checksum:
38
34
name_template: "task_checksums.txt"
39
40
-nfpm:
41
- vendor: Task
42
- homepage: https://github.com/go-task/task
43
- maintainer: Andrey Nering <[email protected]>
44
- description: Simple task runner written in Go
45
- license: MIT
46
- conflicts:
47
- - taskwarrior
48
- formats:
49
- - deb
50
- - rpm
51
- name_template: "{{.ProjectName}}_{{.Os}}_{{.Arch}}"
0 commit comments