mirror of
https://github.com/harivansh-afk/betterNAS.git
synced 2026-04-15 07:04:44 +00:00
Fix goreleaser config: remove monorepo field, add dir for node-agent
This commit is contained in:
parent
cce3e435d5
commit
d670cfee7b
1 changed files with 5 additions and 4 deletions
|
|
@ -2,12 +2,10 @@ version: 2
|
||||||
|
|
||||||
project_name: betternas-node
|
project_name: betternas-node
|
||||||
|
|
||||||
monorepo:
|
|
||||||
tag_prefix: v
|
|
||||||
|
|
||||||
builds:
|
builds:
|
||||||
- id: betternas-node
|
- id: betternas-node
|
||||||
main: ./apps/node-agent/cmd/node-agent
|
dir: apps/node-agent
|
||||||
|
main: ./cmd/node-agent
|
||||||
binary: betternas-node
|
binary: betternas-node
|
||||||
env:
|
env:
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
|
|
@ -26,5 +24,8 @@ archives:
|
||||||
- betternas-node
|
- betternas-node
|
||||||
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
|
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
|
||||||
|
|
||||||
|
checksum:
|
||||||
|
name_template: checksums.txt
|
||||||
|
|
||||||
changelog:
|
changelog:
|
||||||
use: git
|
use: git
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue