mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-03-17 03:04:46 +08:00
Update .goreleaser.yaml (#1196)
#### What this PR does / why we need it? #### Summary of your change #### Please indicate you've done the following: - [x] Made sure tests are passing and test coverage is added if needed. - [x] Made sure commit message follow the rule of [Conventional Commits specification](https://www.conventionalcommits.org/). - [x] Considered the docs impact and opened a new docs issue or PR with docs changes if needed.
This commit is contained in:
parent
627e467fdf
commit
ab45cc27d5
@ -42,7 +42,7 @@ builds:
|
|||||||
|
|
||||||
archives:
|
archives:
|
||||||
- format: tar.gz
|
- format: tar.gz
|
||||||
name_template: "{{ .ProjectName }}-v{{ .Version }}-{{ .Os }}-{{ .Arch }}{{- if .Arm }}v{{ .Arm }}{{ end }}"
|
name_template: "1panel-v{{ .Version }}-{{ .Os }}-{{ .Arch }}{{- if .Arm }}v{{ .Arm }}{{ end }}"
|
||||||
wrap_in_directory: true
|
wrap_in_directory: true
|
||||||
files:
|
files:
|
||||||
- 1pctl
|
- 1pctl
|
||||||
@ -66,4 +66,4 @@ release:
|
|||||||
# The lines beneath this are called `modelines`. See `:help modeline`
|
# The lines beneath this are called `modelines`. See `:help modeline`
|
||||||
# Feel free to remove those if you don't want/use them.
|
# Feel free to remove those if you don't want/use them.
|
||||||
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
|
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
|
||||||
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
|
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
|
||||||
|
Loading…
x
Reference in New Issue
Block a user