Skip to content

Commit 470e7fb

Browse files
authored
fix release config yaml (#97)
1 parent f8a3957 commit 470e7fb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@ archives:
3030
- goos: windows
3131
format: zip
3232
files:
33-
- src: "config/debug.yaml"
34-
dst: "config/debug.yaml"
35-
- src: "config/prod.yaml"
36-
dst: "config/prod.yaml"
33+
- src: "config/config.yaml"
34+
dst: "config/config.yaml"
3735
changelog:
3836
sort: asc
3937
filters:

0 commit comments

Comments
 (0)