Commit 1b83c2e5 authored by Ivan Vandot's avatar Ivan Vandot Committed by GitHub

switch scoop package and binary files order (#1493)

parent 4220008c
......@@ -54,9 +54,6 @@ snapshot:
name_template: "{{.Tag}}-snapshot"
archives:
-
name_template: "{{ tolower .ProjectName }}-{{ tolower .Os }}-{{ tolower .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
format: binary
-
id: scoop
builds:
......@@ -68,6 +65,9 @@ archives:
- packaging/scoop/bee.yaml
- LICENSE
- README.md
-
name_template: "{{ tolower .ProjectName }}-{{ tolower .Os }}-{{ tolower .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
format: binary
-
id: homebrew
builds:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment