Skip to content

Commit ae53b8c

Browse files
authored
build: update gorelease config for version 2 (#73)
1 parent 7669d5e commit ae53b8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version: 2
2+
13
project_name: rcon-cli
24
before:
35
hooks:
@@ -24,8 +26,6 @@ builds:
2426
- CGO_ENABLED=0
2527
archives:
2628
-
27-
format: tar.gz
28-
rlcp: true
2929
name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{
3030
.Arm }}{{ end }}'
3131
files:

0 commit comments

Comments
 (0)