Skip to content

Commit fd7f540

Browse files
committed
fix goreleaser config
1 parent bdffddc commit fd7f540

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.goreleaser.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,10 @@ builds:
5050

5151
archives:
5252
- id: revoshell-archive
53+
format: tar.gz
5354
format_overrides:
5455
- goos: darwin
5556
format: zip
56-
- goos: linux
57-
format: tar.gz
58-
- goos: freebsd
59-
format: tar.gz
60-
- goos: openbsd
61-
format: tar.gz
62-
- goos: netbsd
63-
format: tar.gz
6457

6558
name_template: >-
6659
{{ .ProjectName }}_

0 commit comments

Comments
 (0)