Skip to content

Commit

Permalink
Merge pull request #4 from spacelift-io/change-binary-details
Browse files Browse the repository at this point in the history
Change release workflow details
  • Loading branch information
eminalemdar authored Sep 19, 2023
2 parents 4c5e1fb + bce4530 commit 119e501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ builds:
flags: [-trimpath, -v]
goos: [linux]
goarch: [amd64, arm64]
binary: '{{ .ProjectName }}_v{{ .Version }}'
binary: bootstrap

archives:
- format: zip
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}'

changelog:
use: github-native
Expand Down

0 comments on commit 119e501

Please sign in to comment.