mirror of
https://github.com/meehow/privtracker.git
synced 2026-09-03 07:24:24 +08:00
update goreleaser depracated format
This commit is contained in:
@@ -27,7 +27,7 @@ builds:
|
||||
goarch: arm64
|
||||
|
||||
archives:
|
||||
- format: tar.gz
|
||||
- formats: tar.gz
|
||||
# this name template makes the OS and Arch compatible with the results of `uname`.
|
||||
name_template: >-
|
||||
{{ .ProjectName }}_
|
||||
@@ -39,7 +39,7 @@ archives:
|
||||
# use zip for windows archives
|
||||
format_overrides:
|
||||
- goos: windows
|
||||
format: zip
|
||||
formats: zip
|
||||
files:
|
||||
- README.md
|
||||
- LICENSE.txt
|
||||
|
||||
Reference in New Issue
Block a user