Skip to content

Commit 119e501

Browse files
authored
Merge pull request #4 from spacelift-io/change-binary-details
Change release workflow details
2 parents 4c5e1fb + bce4530 commit 119e501

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ builds:
77
flags: [-trimpath, -v]
88
goos: [linux]
99
goarch: [amd64, arm64]
10-
binary: '{{ .ProjectName }}_v{{ .Version }}'
10+
binary: bootstrap
1111

1212
archives:
1313
- format: zip
14-
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
14+
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}'
1515

1616
changelog:
1717
use: github-native

0 commit comments

Comments
 (0)