ci: replace archives.builds with archives.ids
Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
parent
c77471a7f4
commit
5bd0626dc6
1 changed files with 3 additions and 3 deletions
|
|
@ -52,7 +52,7 @@ builds:
|
|||
|
||||
archives:
|
||||
- id: linux-archive
|
||||
builds: [linux]
|
||||
ids: [linux]
|
||||
name_template: "gh_{{ .Version }}_linux_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
|
||||
wrap_in_directory: true
|
||||
format: tar.gz
|
||||
|
|
@ -61,7 +61,7 @@ archives:
|
|||
- LICENSE
|
||||
- ./share/man/man1/gh*.1
|
||||
- id: macos-archive
|
||||
builds: [macos]
|
||||
ids: [macos]
|
||||
name_template: "gh_{{ .Version }}_macOS_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
|
||||
wrap_in_directory: true
|
||||
format: zip
|
||||
|
|
@ -70,7 +70,7 @@ archives:
|
|||
- LICENSE
|
||||
- ./share/man/man1/gh*.1
|
||||
- id: windows-archive
|
||||
builds: [windows]
|
||||
ids: [windows]
|
||||
name_template: "gh_{{ .Version }}_windows_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
|
||||
wrap_in_directory: false
|
||||
format: zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue