mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
refactor: rename build ID to sonr
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@ version: 2
|
||||
project_name: sonr
|
||||
|
||||
builds:
|
||||
- id: core
|
||||
- id: sonr
|
||||
goos:
|
||||
- linux
|
||||
- darwin
|
||||
@@ -45,7 +45,7 @@ builds:
|
||||
archives:
|
||||
- id: default
|
||||
builds:
|
||||
- core
|
||||
- sonr
|
||||
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
|
||||
format: tar.gz
|
||||
files:
|
||||
|
||||
Reference in New Issue
Block a user