Skip to content

Commit

Permalink
Merge pull request #1034 from smallstep/carl/unversioned
Browse files Browse the repository at this point in the history
Wrap unversioned step binary into an unversioned dir
  • Loading branch information
tashian authored Oct 17, 2023
2 parents dcef695 + 1c46be6 commit ac234c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ archives:
<< : *ARCHIVE
id: unversioned
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
wrap_in_directory: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"


nfpms:
Expand Down

0 comments on commit ac234c6

Please sign in to comment.