Skip to content

Commit bb7cae8

Browse files
committed
chore: add .env to archive file
1 parent caca47e commit bb7cae8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.goreleaser.darwin.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ builds:
1313
archives:
1414
- id: default
1515
format: zip
16+
files:
17+
- "LICENSE*"
18+
- "README*"
19+
- .env
1620

1721
checksum:
1822
algorithm: sha256

.goreleaser.linux.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ builds:
3636
archives:
3737
- id: default
3838
format: zip
39+
files:
40+
- "LICENSE*"
41+
- "README*"
42+
- .env
3943

4044
checksum:
4145
algorithm: sha256

0 commit comments

Comments
 (0)