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: ...@@ -54,9 +54,6 @@ snapshot:
name_template: "{{.Tag}}-snapshot" name_template: "{{.Tag}}-snapshot"
archives: archives:
-
name_template: "{{ tolower .ProjectName }}-{{ tolower .Os }}-{{ tolower .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
format: binary
- -
id: scoop id: scoop
builds: builds:
...@@ -68,6 +65,9 @@ archives: ...@@ -68,6 +65,9 @@ archives:
- packaging/scoop/bee.yaml - packaging/scoop/bee.yaml
- LICENSE - LICENSE
- README.md - README.md
-
name_template: "{{ tolower .ProjectName }}-{{ tolower .Os }}-{{ tolower .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
format: binary
- -
id: homebrew id: homebrew
builds: 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