Skip to content

Commit a615703

Browse files
committed
🔧 chore(goreleaser): update archive files in .goreleaser.yml to include install scripts for Windows
1 parent 3a88f5a commit a615703

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

‎.goreleaser.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,13 @@ archives:
3737
format_overrides:
3838
- goos: windows
3939
format: zip
40-
files:
41-
- LICENSE
42-
- README.md
43-
- CHANGELOG.md
44-
- install.ps1
45-
- install.bat
4640
files:
4741
- LICENSE
4842
- README.md
4943
- CHANGELOG.md
5044
- install.sh
45+
- install.ps1
46+
- install.bat
5147

5248
changelog:
5349
use: git

0 commit comments

Comments
 (0)