mirror of
https://github.com/chenjia404/p2ptunnel.git
synced 2025-12-24 08:12:42 +08:00
修改打包脚本
This commit is contained in:
@@ -32,15 +32,18 @@ builds:
|
||||
archives:
|
||||
-
|
||||
id: p2ptunnel
|
||||
format: zip
|
||||
- replacements:
|
||||
darwin: Darwin
|
||||
linux: Linux
|
||||
windows: Windows
|
||||
386: i386
|
||||
amd64: x86_64
|
||||
format: tar.gz
|
||||
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
|
||||
format_overrides:
|
||||
- goos: windows
|
||||
format: zip
|
||||
checksum:
|
||||
name_template: 'checksums.txt'
|
||||
algorithm: sha512
|
||||
signs:
|
||||
- artifacts: all
|
||||
signature: "${artifact}.asc"
|
||||
args: ["--armor","--detach-sign", "${artifact}"]
|
||||
snapshot:
|
||||
name_template: "{{ .Tag }}"
|
||||
changelog:
|
||||
|
||||
Reference in New Issue
Block a user