Skip to content

Commit e89977a

Browse files
fix(checksum): Add install.sh and install.ps1 for checksum generation (#1731)
1 parent fcccced commit e89977a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.goreleaser.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ builds:
3333

3434
release:
3535
name_template: "{{.ProjectName}} v{{.Version}}"
36+
extra_files:
37+
- glob: scripts/install.sh
38+
name_template: "install.sh"
39+
- glob: scripts/install.ps1
40+
name_template: "install.ps1"
3641

3742
archives:
3843
- id: "default"

0 commit comments

Comments
 (0)