File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,24 +22,24 @@ builds:
2222 - arm64
2323
2424archives :
25- - format : tar.gz
26- name_template : >-
25+ - name_template : >-
2726 {{ .ProjectName }}_
2827 {{- title .Os }}_
2928 {{- if eq .Arch "amd64" }}x86_64
3029 {{- else if eq .Arch "386" }}i386
3130 {{- else }}{{ .Arch }}{{ end }}
3231 {{- if .Arm }}v{{ .Arm }}{{ end }}
3332 format_overrides:
33+ - goos: linux
34+ format: tar.gz
35+ - goos: darwin
36+ format: tar.gz
3437 - goos: windows
3538 format: zip
3639
3740checksum :
3841 name_template : ' checksums.txt'
3942
40- snapshot :
41- name_template : " {{ incpatch .Version }}-next"
42-
4343changelog :
4444 sort : asc
4545 filters :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ You can download the pre-compiled binary for the architecture of your choice fro
99
1010Unzip the package to a folder of choice, preferably one that's in ` $PATH `
1111``` bash
12- tar -xf binance-proxy_1.0.0_Linux_x86_64 .tar.gz -C /usr/local/bin
12+ tar -xf binance-proxy_1.0.2_Linux_x86_64 .tar.gz -C /usr/local/bin
1313```
1414Starting the proxy:
1515``` bash
You can’t perform that action at this time.
0 commit comments