mirror of
https://github.com/harivansh-afk/betterNAS.git
synced 2026-04-15 05:02:07 +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
|
||||
|
||||
monorepo:
|
||||
tag_prefix: v
|
||||
|
||||
builds:
|
||||
- id: betternas-node
|
||||
main: ./apps/node-agent/cmd/node-agent
|
||||
dir: apps/node-agent
|
||||
main: ./cmd/node-agent
|
||||
binary: betternas-node
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
|
|
@ -26,5 +24,8 @@ archives:
|
|||
- betternas-node
|
||||
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
|
||||
|
||||
checksum:
|
||||
name_template: checksums.txt
|
||||
|
||||
changelog:
|
||||
use: git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue